From 81f60193d610617992e0797c41cc182bd1adfb5d Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 21 Mar 2024 18:12:48 +0200 Subject: [PATCH] sss --- 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 969d29b6..55a4852e 100644 --- a/osinaweb/osinacore/tasks.py +++ b/osinaweb/osinacore/tasks.py @@ -25,7 +25,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