We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4cbcd commit 84253e5Copy full SHA for 84253e5
run.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python
2
+# -*- coding:utf-8 -*-
3
+
4
+import os
5
6
+# Running
7
+os.system("python source/ServerIPFinder.py")
ServerIPFinder.py renamed to source/ServerIPFinder.py
0 commit comments