aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0/lib
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-17 07:24:20 -0300
committerRael <rael.gc@gmail.com>2015-10-17 07:24:20 -0300
commit503f33a6908862506c374a3933c39117143a54b2 (patch)
tree03483f4a8d6cca01f92620bcffde59ddd3495da8 /scudcloud-1.0/lib
parent8d707a187d06355d5b75a86987eeb1563fa3c1f9 (diff)
downloadscudcloud-503f33a6908862506c374a3933c39117143a54b2.zip
scudcloud-503f33a6908862506c374a3933c39117143a54b2.tar.gz
scudcloud-503f33a6908862506c374a3933c39117143a54b2.tar.bz2
If client is desktop, Slack will open links directly...
Diffstat (limited to 'scudcloud-1.0/lib')
-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/.*')