aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0/lib/resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scudcloud-1.0/lib/resources.py')
-rw-r--r--scudcloud-1.0/lib/resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scudcloud-1.0/lib/resources.py b/scudcloud-1.0/lib/resources.py
index cb93d91..f9835d8 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"
+ APP_NAME = "ScudCloud Slack_SSB"
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/.*')