From 168def1fb4cb2c0f1eecb8735e6152fa60067d9a Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Wed, 23 Aug 2023 10:00:02 +0200 Subject: [PATCH] commit message from python script --- my_movies/spam.db | Bin 8192 -> 8192 bytes test_skripte/read_logging.py | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 test_skripte/read_logging.py diff --git a/my_movies/spam.db b/my_movies/spam.db index a35d72a750e4e7c874e19943fff832c1aca1382e..51cd85873102431fb181c1bc9af0a06a9f623a25 100644 GIT binary patch delta 96 zcmZp0XmFSy&B!xR#+i|4W5N=CDQ^BW2L4a{Px!C#pWxrczlMJv{{;Rf{u2JQ&58mZ f{8~KR%(9FriFui+Il9JLJX|O|PGsKX3GxL19a|bc delta 50 zcmV-20L}k^K!8Ay8vzNC976#Kv0$VR6bKKH01xsHt<8 diff --git a/test_skripte/read_logging.py b/test_skripte/read_logging.py new file mode 100644 index 0000000..9fe51c1 --- /dev/null +++ b/test_skripte/read_logging.py @@ -0,0 +1,5 @@ +#! /usr/bin/env python3 + +with open("/var/log/pull_and_push.log", "r") as log: + for line in log: + print(line) \ No newline at end of file