From 969524966c4001f63b27ecb555605ab090707642 Mon Sep 17 00:00:00 2001 From: waldluis Date: Thu, 30 Mar 2023 17:24:42 +0200 Subject: [PATCH] test gui push --- software/roboter/raspy/sensors_gc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/software/roboter/raspy/sensors_gc.py b/software/roboter/raspy/sensors_gc.py index 4e7913c..17772cf 100644 --- a/software/roboter/raspy/sensors_gc.py +++ b/software/roboter/raspy/sensors_gc.py @@ -86,4 +86,6 @@ def main(): test = readSensors() if __name__ == "__main__": - main() \ No newline at end of file + main() + + #test \ No newline at end of file