Fix typo from r17950
svn: r19755
This commit is contained in:
parent
6a12e7bfae
commit
186c686296
@ -45,7 +45,7 @@ class LogGramplet(Gramplet):
|
|||||||
self.last_log = None
|
self.last_log = None
|
||||||
|
|
||||||
def timestamp(self):
|
def timestamp(self):
|
||||||
self.append_text(time.strftime("%Y-%m-%d %H:%M:%S ")
|
self.append_text(time.strftime("%Y-%m-%d %H:%M:%S "))
|
||||||
|
|
||||||
def db_changed(self):
|
def db_changed(self):
|
||||||
self.timestamp()
|
self.timestamp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user