Kaydet (Commit) c63fc813 authored tarafından Faik Uygur's avatar Faik Uygur

Try to fix disconnection problem

üst 2b6a9c9b
......@@ -191,7 +191,9 @@ class IF:
return True
return None
def startAuto(self):
# timeout parameter is unused and is here for compatibility reasons
# (Bug #6626)
def startAuto(self, timeout=120):
if self.isAuto():
self.stopAuto()
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment