Sync all projects
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Proxy:
|
||||
@staticmethod
|
||||
def getUrl(local):
|
||||
return f'http://127.0.0.1:{Proxy.getPort()}'
|
||||
|
||||
@staticmethod
|
||||
def getPort():
|
||||
return 9978
|
||||
Reference in New Issue
Block a user