remove unecessary backslashes
This commit is contained in:
parent
bda22baf0c
commit
e4b6eef22d
2 changed files with 2 additions and 3 deletions
|
@ -510,7 +510,6 @@ class PypoFetch(Thread):
|
|||
Currently we are checking every POLL_INTERVAL seconds.
|
||||
"""
|
||||
|
||||
|
||||
message = self.fetch_queue.get(block=True,
|
||||
timeout=self.listener_timeout)
|
||||
self.handle_message(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue