From 0300177ac994d790d78fd473836dc1d9b8746c48 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 23:32:41 +0200 Subject: [PATCH] deployment.py aktualisiert --- deployment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/deployment.py b/deployment.py index 1f24720..f1dbbe6 100644 --- a/deployment.py +++ b/deployment.py @@ -22,9 +22,6 @@ def run(): with open(output_file_path, 'a') as gh_output: # 'a' mode will create the file if it does not exist, otherwise it will append print(f'lastNumber={last_number}', file=gh_output) - while True: - pass - if __name__ == '__main__': run()