diff options
author | Rael <rael.gc@gmail.com> | 2015-10-12 15:42:19 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-12 15:42:19 -0300 |
commit | 2ad964c2d0af138444e3c1a601a29f87dd79787a (patch) | |
tree | 4281d33e88bb9bb51cba29ecc3ece143b0c1e3df | |
parent | 76db0fc604ffa0eae1a049107af2a4206af42c5c (diff) | |
download | scudcloud-2ad964c2d0af138444e3c1a601a29f87dd79787a.zip scudcloud-2ad964c2d0af138444e3c1a601a29f87dd79787a.tar.gz scudcloud-2ad964c2d0af138444e3c1a601a29f87dd79787a.tar.bz2 |
Removing _SSB from identifier, to remove Mac options
-rw-r--r-- | scudcloud-1.0/lib/resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scudcloud-1.0/lib/resources.py b/scudcloud-1.0/lib/resources.py index f9835d8..f4e7e88 100644 --- a/scudcloud-1.0/lib/resources.py +++ b/scudcloud-1.0/lib/resources.py @@ -2,7 +2,7 @@ import os, re class Resources: - APP_NAME = "ScudCloud Slack_SSB" + APP_NAME = "ScudCloud Slack" SIGNIN_URL = "https://slack.com/signin" MAINPAGE_URL_RE = re.compile(r'^http[s]://[a-zA-Z0-9_\-]+.slack.com/?$') MESSAGES_URL_RE = re.compile(r'^http[s]://[a-zA-Z0-9_\-]+.slack.com/messages/.*') |