Files
tvbox-1/py/base/localProxy.py
T
2026-03-22 15:53:53 +08:00

6 lines
124 B
Python
Executable File

class Proxy:
def getUrl(self, local):
return 'http://127.0.0.1:9978'
def getPort(self):
return 9978