lewisliuX123
commited on
Commit
•
fa585e0
1
Parent(s):
49afa93
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("wx")
|
23 |
thread_pool.submit(bot.startup)
|
24 |
|
25 |
while (True):
|