mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
aaaa
This commit is contained in:
parent
ad23f59a7c
commit
92590a3147
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -489,8 +489,8 @@ def version():
|
|||
# Visualizza la versione di Royal Bot
|
||||
# Solo per UNIX...?
|
||||
print("@" + username + ": /version")
|
||||
msg = subprocess.run("git describe")
|
||||
telegram.sendmessage(msg, sentin, source)
|
||||
gitmsg = subprocess.check_output("git describe")
|
||||
telegram.sendmessage(gitmsg, sentin, source)
|
||||
|
||||
|
||||
# Ciclo principale del bot
|
||||
|
|
Loading…
Reference in a new issue