deployment.py aktualisiert
Deployment / deploy (push) Successful in 20s

This commit is contained in:
2023-07-27 23:32:41 +02:00
parent 43882a11f0
commit 0300177ac9
-3
View File
@@ -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()