Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,6 @@ if __name__ == '__main__':
|
|
13 |
run_fetch()
|
14 |
print('code fetched')
|
15 |
unzip_file('code.zip', '.') # The '.' specifies the current directory
|
|
|
16 |
print('code unzipped')
|
17 |
-
subprocess.run(['python', '
|
|
|
13 |
run_fetch()
|
14 |
print('code fetched')
|
15 |
unzip_file('code.zip', '.') # The '.' specifies the current directory
|
16 |
+
unzip_file('code2.zip', '.')
|
17 |
print('code unzipped')
|
18 |
+
subprocess.run(['python', 'tashkeel_app_dec2024_text_only.py'])
|