bug fix in auto git commit

This commit is contained in:
Usman Nasir
2020-03-19 11:39:10 +05:00
parent 0b9646302d
commit ac7436e293
4 changed files with 22 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
import subprocess
command = 'git -C /home/usman/Backup/CyberCP commit -m "Auto commit by CyberPanel Daily cron on"'
print(subprocess.check_output(command, shell=True).decode("utf-8"))