From 6de3b67380029025b27d8f6e951d47149b5afaed Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 24 Sep 2016 21:53:22 +0200 Subject: [PATCH] bbbb --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 927b79d4..372082e4 100644 --- a/bot.py +++ b/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)