From 6179489fe39dbdb58e19742f7b5cd1f6f8a7cbb3 Mon Sep 17 00:00:00 2001 From: GrizzleNL Date: Fri, 10 Feb 2023 18:26:37 +0100 Subject: [PATCH] Commit --- commit-file.txt | 1 + commit.py | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 commit.py diff --git a/commit-file.txt b/commit-file.txt index de996da..4488516 100644 --- a/commit-file.txt +++ b/commit-file.txt @@ -41,3 +41,4 @@ 1 1 1 +1 diff --git a/commit.py b/commit.py new file mode 100644 index 0000000..4c2072f --- /dev/null +++ b/commit.py @@ -0,0 +1,12 @@ +"""""" + +import subprocess + +subprocess.call("/srv/daily-commit/commit.sh", shell=True)