Half time

This commit is contained in:
Ano-sys
2025-02-02 18:43:19 +01:00
parent 02c31d009e
commit c370a35d98
29 changed files with 28782 additions and 145 deletions
+5
View File
@@ -134,6 +134,11 @@ def test_simple_text(program_args):
f = open(filename_simple, "r")
simple_text = f.read()
f.close()
'''
f = open("own_simple_text.txt", "w")
f.write(simple_text)
f.close()
'''
base_port = test_args["base_port"]