diff options
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': |