Compare commits

..

No commits in common. "3c9b8ba3f9c761b937402a4a58fd83791e925651" and "2219ad209d8485f4f4c78e67a8e9ee678c59eb56" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
# Bot # Bot
- name: "[Bot] Build and push" - name: "[Bot] Build and push"
if: steps.changes.outputs.telegram_bot == 'true' if: steps.changes.outputs.bot == 'true'
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
file: Dockerfile file: Dockerfile

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()