mirror of
https://github.com/cluntop/tvbox.git
synced 2026-01-12 18:18:42 +08:00
6 lines
124 B
Python
Executable File
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 |