miss import
This commit is contained in:
parent
695e8833c7
commit
652def66a7
@ -24,6 +24,7 @@ from config import (
|
|||||||
HEROKU_APP_NAME,
|
HEROKU_APP_NAME,
|
||||||
UPSTREAM_BRANCH,
|
UPSTREAM_BRANCH,
|
||||||
UPSTREAM_REPO,
|
UPSTREAM_REPO,
|
||||||
|
BOT_NAME,
|
||||||
BOT_USERNAME as bname,
|
BOT_USERNAME as bname,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -37,6 +38,7 @@ from driver.database.dbqueue import get_active_chats, remove_active_chat
|
|||||||
|
|
||||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||||
|
|
||||||
|
|
||||||
XCB = [
|
XCB = [
|
||||||
"/",
|
"/",
|
||||||
"@",
|
"@",
|
||||||
|
Loading…
Reference in New Issue
Block a user