diff --git a/main.py b/main.py index 7434884..36e5431 100644 --- a/main.py +++ b/main.py @@ -9,5 +9,7 @@ os.system('git add.') os.system('git commit --date="' + d + '"-m "commit"') + os.system('git push -u origin main') +