fix conditional if for testing
This commit is contained in:
@@ -27,7 +27,7 @@ def generate():
|
||||
ip = ''
|
||||
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:
|
||||
error = None
|
||||
identifier = my_db.get_identifier(request.form['name'])
|
||||
|
||||
Reference in New Issue
Block a user