Files
tvbox-1/js/py/base/localProxy.py
T
GitHub Actions d0bd20ce39 purge history
2026-02-07 05:02:33 +00: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