diff options
Diffstat (limited to 'Web/PI/test2.py')
-rw-r--r-- | Web/PI/test2.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Web/PI/test2.py b/Web/PI/test2.py index 40bbe9c..a5eb806 100644 --- a/Web/PI/test2.py +++ b/Web/PI/test2.py @@ -1,3 +1,7 @@ import subprocess +import os + subprocess.call(["python", "Uploads/upload.py"]) -print("end of script")
\ No newline at end of file +print("end of script") + +os.remove("Uploads/upload.py")
\ No newline at end of file |