diff options
author | olf <olf@subsignal.org> | 2015-09-08 10:06:05 +0200 |
---|---|---|
committer | olf <olf@subsignal.org> | 2015-09-08 10:06:05 +0200 |
commit | 5ba5d3dcfcc65037442c477f62ad11daf561dca8 (patch) | |
tree | b9dcc005efcdd2c4045066b121be211b76a02c7a /scripts | |
parent | 168ab0dcf2f0671a0b15c90defbce9e331868e7f (diff) |
turn off annoying notif. from status acc for official sublab acc
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/status_script.py | 4 |
1 files 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': |