Browse Source

Ok, kill me now

master
Julio Biason 15 years ago
parent
commit
59ff8fad22
  1. 2
      mitterlib/network/__init__.py

2
mitterlib/network/__init__.py

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

Loading…
Cancel
Save