diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index c792174..ddc5a7f 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -390,6 +390,7 @@ def complete_register(): cursor.execute(FIND_USERNAME) user_search = cursor.fetchall() print(user_search) + print(user_search[0]) if user_search[0]: return jsonify({'status': "DUPLICATE",'message': 'Error - use another username'}), 200