mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: fix EOF
This commit is contained in:
parent
76d7366f58
commit
8c2b65f1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,4 +31,4 @@ configure_app(dp, app, "/bot")
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
web.run_app(app, port=9000)
|
||||
web.run_app(app, port=9000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue