From e3c0af12623ff258c4ecc34cdd95dbdc06cea303 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Tue, 11 Apr 2023 17:24:46 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/check_and_add_pull_git/main.py b/check_and_add_pull_git/main.py index b65cde0..8d4fa26 100644 --- a/check_and_add_pull_git/main.py +++ b/check_and_add_pull_git/main.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 - import os, git class my_git(): @@ -40,10 +39,6 @@ class my_git(): #my_git.git_pull(self, git_folder=git_folder_s) my_git.git_push(self, git_folder=git_folder_s) - - - - if __name__ == "__main__": check_my_git = my_git(check_folder= os.sep + "home" + os.sep + os.environ["USER"] + os.sep + "Projekte") check_my_git.git_main()