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