aboutsummaryrefslogtreecommitdiffstats
path: root/python/book_bbg.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/book_bbg.py')
-rw-r--r--python/book_bbg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/book_bbg.py b/python/book_bbg.py
index 5db2b7f1..0de463d1 100644
--- a/python/book_bbg.py
+++ b/python/book_bbg.py
@@ -35,7 +35,7 @@ def run():
pass
else:
BbgDeal._cache[bbg_id] = None
- except (SSHException, OSError()):
+ except (SSHException, OSError):
sftp.client.close()
sftp = SftpClient.from_creds("bbg")
time.sleep(60)