diff --git a/src/endpoints/debug.py b/src/endpoints/debug.py index 32ed7bf..3ce2672 100644 --- a/src/endpoints/debug.py +++ b/src/endpoints/debug.py @@ -1,8 +1,6 @@ from flask_definitions import * from logic.time_handler import get_time -from logic.mongodb_handler import mongo - @app.route("/debug/", methods=["Get"]) def debug_root(): @@ -18,27 +16,6 @@ def debug_root(): return f'
+ No SteamID64 Given, please Enter one at the end of the URL
+ Example: /debug/user/XXXXXXXXXX
+
+ A user with the SteamID64 {{ steam_id }} doesn't currently exists in the Database. +
+ {% else %} +| SteamID64 | +{{ steam_id }} | +
| Accepted EULA | +{{ eula }} | +
| Blood cells | +{{ currency_blood_cells }} | +
| Ink cells | +{{ currency_ink_cells }} | +
| Iron | +{{ currency_iron }} | +
| Unlocked Items | +{{ unlocked_items }} | +
| UserID | +{{ userId }} | +
| XP | +{{ xp }} | +