Fix typos in log message

This commit is contained in:
Ana Barroso 2016-08-16 18:14:02 +02:00 committed by GitHub
parent 8cd7a63490
commit c9660ed20e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from util import helper
class SiteManager(object):
def __init__(self):
self.log = logging.getLogger("SiteManager")
self.log.debug("Sitemanger created.")
self.log.debug("SiteManager created.")
self.sites = None
gevent.spawn(self.saveTimer)