time -> get_time

This commit is contained in:
2025-11-05 11:53:26 -05:00
parent d9583f3472
commit 2212453a96
4 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ async def evacuate_room(room):
@admin.route("/_matrix/client/v1/admin/rooms/<room>/delete/status")
async def evacuate_status(room):
return jsonify({
"started_at": globals.time(), # everything all at once always now!!!
"started_at": globals.get_time(), # everything all at once always now!!!
"total": config.the_funny_number,
"evacuated": config.the_funny_number,
"failed": config.the_funny_number,