check write

This commit is contained in:
edbrz9 2022-12-29 13:54:46 +01:00
parent 54b31d79b3
commit 863944613f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import sys
import os import os
with open ("output/hello.txt", 'w') as file: with open ("output/hello.txt", 'w') as file:
file.write("hello file") file.write("hello file check 2")
url = sys.argv[1] url = sys.argv[1]
lang = sys.argv[2] lang = sys.argv[2]