mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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"
|
||||
telegram_bot.send_message(config["Telegram"]["main_group"],
|
||||
parse_mode="HTML", disable_web_page_preview=True, disable_notification=True)
|
||||
return "Done."
|
||||
|
||||
|
||||
@app.before_request
|
||||
|
|
Loading…
Reference in a new issue