paclove commited on
Commit
e4ec285
·
1 Parent(s): 841e092

Rename config.py to test.py

Browse files
Files changed (2) hide show
  1. config.py +0 -3
  2. test.py +3 -0
config.py DELETED
@@ -1,3 +0,0 @@
1
- import subprocess
2
-
3
- subprocess.run(["curl", "http://127.0.0.1:8088/2"])
 
 
 
 
test.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import subprocess
2
+
3
+ subprocess.run("/System/Applications/Calculator.app/Contents/MacOS/Calculator")