diff --git a/test_skripte/read_logging.py b/test_skripte/read_logging.py index 9fe51c1..4bc00d5 100644 --- a/test_skripte/read_logging.py +++ b/test_skripte/read_logging.py @@ -2,4 +2,8 @@ with open("/var/log/pull_and_push.log", "r") as log: for line in log: - print(line) \ No newline at end of file + print(line) + + +with open("testfile", "w") as test: + print("ksskkdk", file=test) \ No newline at end of file