mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup
This commit is contained in:
parent
a8869c46b8
commit
759d0a825b
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ class Wox(object):
|
|||
|
||||
def __init__(self):
|
||||
rpc_request = json.loads(sys.argv[1])
|
||||
self.proxy = rpc_request.get("proxy",{})
|
||||
# proxy is not working now
|
||||
self.proxy = rpc_request.get("proxy",{})
|
||||
request_method_name = rpc_request.get("method")
|
||||
request_parameters = rpc_request.get("parameters")
|
||||
methods = inspect.getmembers(self, predicate=inspect.ismethod)
|
||||
|
|
|
|||
Loading…
Reference in a new issue