make pep8 happy

This commit is contained in:
Nils Schneider 2015-04-01 17:34:35 +02:00
commit bb2aa112c3
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ class RRD(object):
self.displayTimeGlobal = display_time_global
self.displayTimeNode = display_time_node
self.currentTimeInt = (int(time.time())/60)*60
self.currentTimeInt = (int(time.time()) / 60) * 60
self.currentTime = str(self.currentTimeInt)
try: