-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed connection closing prematurely in index.py (#140)
* fixed connection closing prematurely in index.py * Update index.py Modifed the single try-except block into two enclosed by a parent try except block Signed-off-by: Praveen Kumar <[email protected]> * Update index.py Signed-off-by: Praveen Kumar <[email protected]> --------- Signed-off-by: Praveen Kumar <[email protected]>
- Loading branch information
1 parent
ebb98c9
commit 7758532
Showing
2 changed files
with
43 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.54.0rc10" | ||
__version__ = "0.54.0rc11" | ||
|
||
|
||
def get_sdk_version(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters