fix conditional if for testing
This commit is contained in:
@@ -27,7 +27,7 @@ def generate():
|
|||||||
ip = ''
|
ip = ''
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if ip != '5.135.188.148' or ip == '178.32.58.160':
|
if ip != '5.135.188.148' and ip != '178.32.58.160':
|
||||||
try:
|
try:
|
||||||
error = None
|
error = None
|
||||||
identifier = my_db.get_identifier(request.form['name'])
|
identifier = my_db.get_identifier(request.form['name'])
|
||||||
|
|||||||
Reference in New Issue
Block a user