mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
socket error
This commit is contained in:
parent
94972d8a60
commit
2b9360520f
6
main.py
6
main.py
@ -48,10 +48,10 @@ if __name__ == '__main__':
|
|||||||
driver = configure_firefox_driver()
|
driver = configure_firefox_driver()
|
||||||
start_webhook(
|
start_webhook(
|
||||||
dispatcher=dp,
|
dispatcher=dp,
|
||||||
webhook_path=WEBHOOK_PATH,
|
webhook_path='/transport', # WEBHOOK_PATH,
|
||||||
on_startup=on_startup,
|
on_startup=on_startup,
|
||||||
on_shutdown=on_shutdown,
|
on_shutdown=on_shutdown,
|
||||||
skip_updates=True,
|
skip_updates=True,
|
||||||
host=WEBAPP_HOST,
|
host='test-server.lan', # WEBAPP_HOST,
|
||||||
port=WEBAPP_PORT,
|
port=8084, # WEBAPP_PORT,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user