Skip to content

Commit

Permalink
Update NeutralinoExtension.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hschneider committed Nov 23, 2023
1 parent c909da2 commit 1007c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/python/NeutralinoExtension.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class NeutralinoExtension:
def __init__(self, debug=False):

self.version = "1.1.6"
self.version = "1.1.7"

parser = ArgumentParser()
parser.add_argument('--nl-port')
Expand Down Expand Up @@ -101,7 +101,7 @@ async def run(self, onReceiveMessage):
msg = json.loads(msg)
onReceiveMessage(msg)
except:
pass
onReceiveMessage(msg)

except (KeyboardInterrupt, EOFError, ConnectionClosed):
await self.socket.close()
Expand Down

0 comments on commit 1007c61

Please sign in to comment.