fix: just guessing at this point....
This commit is contained in:
parent
efedb49ce1
commit
9460736f03
1 changed files with 2 additions and 2 deletions
4
pulse.py
4
pulse.py
|
@ -29,7 +29,7 @@ logger.addHandler(ch)
|
|||
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
__version__ = "v0.2.1"
|
||||
__version__ = "v0.2.2"
|
||||
logger.info(__version__)
|
||||
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)
|
||||
|
||||
|
@ -76,7 +76,7 @@ async def run():
|
|||
loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(loop)
|
||||
try:
|
||||
loop.run_until_complete(asyncio.gather(run(), return_exceptions=True))
|
||||
loop.run_until_complete(asyncio.gather(run(), return_exceptions=False))
|
||||
except Exception as e:
|
||||
raise e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue