From b1466803b6aeaf2152aaa11cefe3c0cbcda56a62 Mon Sep 17 00:00:00 2001 From: sysek Date: Sun, 22 Dec 2024 08:15:17 +0100 Subject: [PATCH] small changes --- templates/maint.html | 3 ++- wsgi.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/maint.html b/templates/maint.html index 965162b..d191716 100644 --- a/templates/maint.html +++ b/templates/maint.html @@ -11,13 +11,14 @@
Maint.
-

Today is: [2024-12-21 20.00 Saturday]

+

Today is: [2024-12-22 08.14 Sunday]

Time, Dr. Freeman?

Is it really that time again? It seems as if you only just arrived. You've done a great deal in a small timespan. You've done so well, in fact, that I've received some interesting offers for your services. Ordinarily, I wouldn't contemplate them, but these are extraordinary times, hmm?

Rather than offer you the illusion of free choice, I will take the liberty of choosing for you... if and when your time comes round again.

I do apologize for what must seem to you an arbitrary imposition, Dr. Freeman. I trust it will all make sense to you in the course of... well... I'm really not at liberty to say. In the meantime... This is where I get off.

+
diff --git a/wsgi.py b/wsgi.py index 357912d..3a43937 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,4 +1,4 @@ from app import app if __name__ == '__main__': - app.run(debug=True) + app.run()