1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Fix no view problem

This commit is contained in:
Steffo 2019-01-02 19:06:41 +01:00
parent 580ed5bf04
commit 8bc9f84cdb

View file

@ -415,6 +415,7 @@ def hooks_github():
message += f"<b>{commit['message']}</b> di {commit['author']}\n" message += f"<b>{commit['message']}</b> di {commit['author']}\n"
telegram_bot.send_message(config["Telegram"]["main_group"], telegram_bot.send_message(config["Telegram"]["main_group"],
parse_mode="HTML", disable_web_page_preview=True, disable_notification=True) parse_mode="HTML", disable_web_page_preview=True, disable_notification=True)
return "Done."
@app.before_request @app.before_request