From 5f56d958b7a64de34eb0787bcb448275c29816f2 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 21 Mar 2024 18:15:52 +0200 Subject: [PATCH] ss --- osinaweb/osinacore/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/osinacore/tasks.py b/osinaweb/osinacore/tasks.py index 55a4852e..d209215f 100644 --- a/osinaweb/osinacore/tasks.py +++ b/osinaweb/osinacore/tasks.py @@ -40,7 +40,7 @@ def set_offline(): user=user ) Status.objects.create( - text='I am now offline!', + text='Went offline!', date=datetime.now().date(), time=datetime.now().strftime('%I:%M %p'), staff=staff_profile