tabs to spaces

This commit is contained in:
Michel Oosterhof
2015-11-23 09:53:56 +00:00
parent 49537fe496
commit 10a0ba9035

View File

@ -47,8 +47,8 @@ class CowrieServer:
multiple Cowrie connections multiple Cowrie connections
""" """
def __init__(self, cfg): def __init__(self, cfg):
self.cfg = cfg self.cfg = cfg
self.avatars = [] self.avatars = []
self.hostname = self.cfg.get('honeypot', 'hostname') self.hostname = self.cfg.get('honeypot', 'hostname')
pckl = pickle.load(file(cfg.get('honeypot', 'filesystem_file'), 'rb')) pckl = pickle.load(file(cfg.get('honeypot', 'filesystem_file'), 'rb'))
self.fs = fs.HoneyPotFilesystem(pckl,self.cfg) self.fs = fs.HoneyPotFilesystem(pckl,self.cfg)