mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
py-i2phosts-maint: fix typo
This commit is contained in:
parent
026fd7a10a
commit
7194fa8ca7
@ -60,7 +60,7 @@ else:
|
|||||||
log = get_logger(filename=log_file, log_level=log_level)
|
log = get_logger(filename=log_file, log_level=log_level)
|
||||||
|
|
||||||
all_hosts = i2phost.objects.all()
|
all_hosts = i2phost.objects.all()
|
||||||
log.info('starting maintaince')
|
log.info('starting maintenance')
|
||||||
for host in all_hosts:
|
for host in all_hosts:
|
||||||
# how long host was added
|
# how long host was added
|
||||||
dl = datetime.datetime.utcnow() - host.date_added
|
dl = datetime.datetime.utcnow() - host.date_added
|
||||||
|
Loading…
x
Reference in New Issue
Block a user