For Matan - Random Avatar

This commit is contained in:
Sagi Dayan 2015-08-01 18:01:14 +03:00
parent 3a97a0474e
commit a3e97009ff

View file

@ -208,7 +208,8 @@ def login():
debug = True # Change In Production
if debug:
counter = 300
import random
counter = random.randrange(300,400)
@auto.doc()
@app.route('/debug/login')