commit message from python script

This commit is contained in:
2023-08-24 00:00:01 +02:00
parent 168def1fb4
commit 536a220c04

View File

@@ -3,3 +3,7 @@
with open("/var/log/pull_and_push.log", "r") as log:
for line in log:
print(line)
with open("testfile", "w") as test:
print("ksskkdk", file=test)