diff --git a/main.py b/main.py index a2b1918..08e7297 100644 --- a/main.py +++ b/main.py @@ -415,6 +415,7 @@ if __name__ == "__main__": if is_commit == True: git_push(repo_, "origin", branch, "Dashboard cleanup") + # ToDo Create Pull Request and Merge --> Manually or via Code? # except Exception as e: # print("FINAL Exception:", e)