From 863944613f20b653350613f980562e3664eeaaf9 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 13:54:46 +0100 Subject: [PATCH] check write --- proj/y2t/y2t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index ddce1d6..9fc638d 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -3,7 +3,7 @@ import sys import os with open ("output/hello.txt", 'w') as file: - file.write("hello file") + file.write("hello file check 2") url = sys.argv[1] lang = sys.argv[2]