Example #1
0
File: rpc.py Project: cm58/rtremote
 def f_multicall(self, hash, commands):
     data = self.multicall('f.multicall', [hash, ''] + commands)
     return File.get_files(data, commands)