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:
parent
580ed5bf04
commit
8bc9f84cdb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue