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)
|
logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
__version__ = "v0.2.1"
|
__version__ = "v0.2.2"
|
||||||
logger.info(__version__)
|
logger.info(__version__)
|
||||||
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)
|
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ async def run():
|
||||||
loop = asyncio.new_event_loop()
|
loop = asyncio.new_event_loop()
|
||||||
asyncio.set_event_loop(loop)
|
asyncio.set_event_loop(loop)
|
||||||
try:
|
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:
|
except Exception as e:
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue