Commit
·
49afa93
1
Parent(s):
e8ef51a
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def getLoginUrl():
|
|
| 19 |
config.load_config()
|
| 20 |
|
| 21 |
# create channel
|
| 22 |
-
bot = channel_factory.create_channel("
|
| 23 |
thread_pool.submit(bot.startup)
|
| 24 |
|
| 25 |
while (True):
|
|
|
|
| 19 |
config.load_config()
|
| 20 |
|
| 21 |
# create channel
|
| 22 |
+
bot = channel_factory.create_channel("wxy")
|
| 23 |
thread_pool.submit(bot.startup)
|
| 24 |
|
| 25 |
while (True):
|