mirror of
https://github.com/cluntop/tvbox.git
synced 2026-01-12 18:38:35 +01:00
6 lines
No EOL
124 B
Python
Executable file
6 lines
No EOL
124 B
Python
Executable file
class Proxy:
|
|
def getUrl(self, local):
|
|
return 'http://127.0.0.1:9978'
|
|
|
|
def getPort(self):
|
|
return 9978 |