check write
This commit is contained in:
parent
54b31d79b3
commit
863944613f
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue