commit message from python script

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

View File

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