1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

removed duplicate except

This commit is contained in:
Adolfo Gómez García 2017-03-29 13:07:40 +02:00
parent 621722f5e3
commit 4ce97b4e7a

View File

@ -695,9 +695,6 @@ class Client(object):
except Exception:
return None
except Exception:
return None
finally:
lock.release()