Fixed runaway thread creation (faulty indenting)
This commit is contained in:
parent
b594fd4263
commit
2fa7931783
1 changed files with 2 additions and 3 deletions
|
@ -76,7 +76,6 @@ def update_publicip_information(module):
|
|||
# Wait __interval seconds before checking for default route changes again
|
||||
time.sleep(__interval)
|
||||
|
||||
|
||||
class Module(core.module.Module):
|
||||
@core.decorators.every(minutes=60)
|
||||
def __init__(self, config, theme):
|
||||
|
|
Loading…
Reference in a new issue