Fix typo from r17950

svn: r19755
This commit is contained in:
John Ralls 2012-06-04 17:02:06 +00:00
parent 6a12e7bfae
commit 186c686296

View File

@ -45,7 +45,7 @@ class LogGramplet(Gramplet):
self.last_log = None
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):
self.timestamp()