mirror of
https://github.com/linlemon519/PyramidStore.git
synced 2025-07-01 14:06:06 +02:00
6 lines
No EOL
124 B
Python
6 lines
No EOL
124 B
Python
class Proxy:
|
|
def getUrl(self, local):
|
|
return 'http://127.0.0.1:9978'
|
|
|
|
def getPort(self):
|
|
return 9978 |