From 5ba5d3dcfcc65037442c477f62ad11daf561dca8 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 8 Sep 2015 10:06:05 +0200 Subject: turn off annoying notif. from status acc for official sublab acc --- scripts/status_script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/status_script.py b/scripts/status_script.py index cc247ec..e57860b 100755 --- a/scripts/status_script.py +++ b/scripts/status_script.py @@ -45,8 +45,8 @@ def tweet(status, last_change): # Max. 110 Characters, or tweet will be too long! SEPARATOR = ' - ' DATE_MSG = 'Last change was on' - SUBLAB_CLOSED = 'OH NOEZ! @sublab is now closed.' + SEPARATOR + DATE_MSG + ' ' - SUBLAB_OPEN = 'YAY! @sublab is now open' + SEPARATOR + DATE_MSG + ' ' + SUBLAB_CLOSED = 'OH NOEZ! sublab is now closed.' + SEPARATOR + DATE_MSG + ' ' + SUBLAB_OPEN = 'YAY! sublab is now open' + SEPARATOR + DATE_MSG + ' ' SUBLAB_UNKNOWN = "DAMN SON! Current status of @sublab couldn't be retrieved" + ' ' if status == 'open': -- cgit v1.2.1