mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
interface.py: print -> print_error
This commit is contained in:
parent
37ad7d8b0b
commit
191520f064
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ class Interface(threading.Thread):
|
|||
self.unanswered_requests[self.message_id] = method, params, callback
|
||||
ids.append(self.message_id)
|
||||
if self.debug:
|
||||
print "-->", request
|
||||
print_error("-->", request)
|
||||
self.message_id += 1
|
||||
out += request + '\n'
|
||||
while out:
|
||||
|
|
Loading…
Add table
Reference in a new issue