Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GabrielRF/Send2KindleBot
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielRF committed Jul 27, 2024
2 parents 36f27e3 + fff096d commit 8f36b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,5 +951,5 @@ def getMessage():
return "!", 200

if __name__ == "__main__":
bot.infinity_polling()
#server.run(host="0.0.0.0", port=443, ssl_context=(f'{CERT}', f'{PRIVKEY}'))
# bot.infinity_polling()
server.run(host="0.0.0.0", port=443, ssl_context=(f'{CERT}', f'{PRIVKEY}'))

0 comments on commit 8f36b23

Please sign in to comment.