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

Merge remote-tracking branch 'origin/v2.1'

This commit is contained in:
Adolfo Gómez García 2017-03-29 13:03:53 +02:00
commit 621722f5e3

View File

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