This website requires JavaScript.
Explore
Help
Register
Sign In
bob
/
newmediamonitoring
Watch
1
Star
0
Fork
You've already forked newmediamonitoring
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
aa1833d3ab
newmediamonitoring
/
polls
/
utils.py
7 lines
109 B
Python
Raw
Blame
History
import
random
def
sent_sms_code
(
phone
)
:
pass
def
generate_code
(
)
:
return
random
.
randint
(
1000
,
9999
)
Reference in New Issue
View Git Blame
Copy Permalink