|
|
@ -126,6 +126,8 @@ class Networks(object): |
|
|
|
_log.debug('Operations %d, max %d', self._operations, max_count) |
|
|
|
_log.debug('Operations %d, max %d', self._operations, max_count) |
|
|
|
if self._operations > max_count: |
|
|
|
if self._operations > max_count: |
|
|
|
self._options.save() |
|
|
|
self._options.save() |
|
|
|
|
|
|
|
self._operations = 0 |
|
|
|
|
|
|
|
_log.debug('Config file saved') |
|
|
|
return |
|
|
|
return |
|
|
|
|
|
|
|
|
|
|
|
def settings(self): |
|
|
|
def settings(self): |
|
|
|