Skip to content
Snippets Groups Projects
Commit c4ef8763 authored by Jan David Mol's avatar Jan David Mol
Browse files

Quick fix for syntax error

parent e3b4d98d
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class ArchiverPolicy(object): ...@@ -64,7 +64,7 @@ class ArchiverPolicy(object):
return sorted(list(attributes)) return sorted(list(attributes))
class CustomCollector(object): class CustomCollector(object):
def __init__(self, station, config, proxy_timeout=250): def __init__(self, config, station, proxy_timeout=250):
self.station = station self.station = station
self.policy = ArchiverPolicy(config) self.policy = ArchiverPolicy(config)
self.proxy_timeout = proxy_timeout self.proxy_timeout = proxy_timeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment