1
0
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:
Hidden Z 2010-11-27 18:34:34 +00:00
parent 026fd7a10a
commit 7194fa8ca7

View File

@ -60,7 +60,7 @@ else:
log = get_logger(filename=log_file, log_level=log_level)
all_hosts = i2phost.objects.all()
log.info('starting maintaince')
log.info('starting maintenance')
for host in all_hosts:
# how long host was added
dl = datetime.datetime.utcnow() - host.date_added