Skip to content
Snippets Groups Projects
Commit 541ac761 authored by jkerdreu's avatar jkerdreu
Browse files

Clean up

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2452 b32b6428-25c9-4566-ad07-03861ab6144f
parent 0dc950fc
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ import logging
# connection. Everytime time I toggle a outlet in SmartLife I get a connection reset
# on the next update status. I tested w/ delays but not really working, so I switched
# to tenacity once again.
from tenacity import *
#from tenacity import *
from tenacity import retry,stop_after_attempt
logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment