Trigger api and bot build process
All checks were successful
build

This commit is contained in:
Administrator 2023-03-28 11:58:14 +02:00
parent ded175cdd2
commit 2219ad209d
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,6 @@ __version__ = "1.0.0"
from app import create_app from app import create_app
# Create an application instance that web servers can use.
application = create_app('config/flask.cfg') application = create_app('config/flask.cfg')
application.run() application.run()

View File

@ -655,6 +655,7 @@ def main_loop():
bot.infinity_polling() bot.infinity_polling()
if __name__ == '__main__': if __name__ == '__main__':
try: try:
main_loop() main_loop()