misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli
2019-10-23 19:08:43 +02:00
parent f734c9cd68
commit eda8a18788
2 changed files with 2 additions and 1 deletions

View File

@ -100,5 +100,6 @@ class AsyncAdvertiser(object):
except Exception as e:
logging.warning("error while polling pwngrid-peer: %s" % e)
logging.debug(e, exc_info=True)
time.sleep(1)