socket error

This commit is contained in:
Dmitry Afanasyev 2022-08-08 12:30:44 +03:00
parent 94972d8a60
commit 2b9360520f

View File

@ -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,
)