Fix 'tuple' object has no attribute 'copy'
Occurred when switching interfaces and there were unanswered requests that need resending. This bug isn't new; it's been there since at least 3rd June.
This commit is contained in:
@@ -243,8 +243,6 @@ class Interface:
|
||||
|
||||
def queue_request(self, request):
|
||||
'''Queue a request.'''
|
||||
if type(request) != type({}):
|
||||
traceback.print_exc(file=sys.stderr)
|
||||
self.request_time = time.time()
|
||||
self.unsent_requests.append(request)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user