mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
socket error
This commit is contained in:
6
main.py
6
main.py
@@ -48,10 +48,10 @@ if __name__ == '__main__':
|
||||
driver = configure_firefox_driver()
|
||||
start_webhook(
|
||||
dispatcher=dp,
|
||||
webhook_path=WEBHOOK_PATH,
|
||||
webhook_path='/transport', # WEBHOOK_PATH,
|
||||
on_startup=on_startup,
|
||||
on_shutdown=on_shutdown,
|
||||
skip_updates=True,
|
||||
host=WEBAPP_HOST,
|
||||
port=WEBAPP_PORT,
|
||||
host='test-server.lan', # WEBAPP_HOST,
|
||||
port=8084, # WEBAPP_PORT,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user