diff --git a/web/app.py b/web/app.py index c1cba38..b2aab19 100644 --- a/web/app.py +++ b/web/app.py @@ -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'])