mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
double copy
This commit is contained in:
parent
2332970cf2
commit
e3b9d5abbf
1 changed files with 0 additions and 1 deletions
|
@ -1285,7 +1285,6 @@ class XMLStream(object):
|
||||||
self.exception(e)
|
self.exception(e)
|
||||||
elif etype == 'event':
|
elif etype == 'event':
|
||||||
func, threaded, disposable = handler
|
func, threaded, disposable = handler
|
||||||
orig = copy.copy(args[0])
|
|
||||||
try:
|
try:
|
||||||
if threaded:
|
if threaded:
|
||||||
x = threading.Thread(
|
x = threading.Thread(
|
||||||
|
|
Loading…
Reference in a new issue