Explorar o código

bugfix: don't concatenate list with string directly

Helge Jung %!s(int64=9) %!d(string=hai) anos
pai
achega
859d220b20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/ffpb.py

+ 1 - 1
modules/ffpb.py

@@ -847,7 +847,7 @@ def ffpb_remoteexec(bot, trigger):
         target,
         target_cmd,
     ]
-    print("REMOTE EXEC = " + cmd)
+    print("REMOTE EXEC = " + str(cmd))
     try:
         # call SSH
         result = subprocess.check_output(