fail
This commit is contained in:
parent
770390b635
commit
57c3cdf603
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ try:
|
||||||
timestamp=int(time.time())
|
timestamp=int(time.time())
|
||||||
data={"name":"","markdown":message,"author":username,"date":timestamp}
|
data={"name":"","markdown":message,"author":username,"date":timestamp}
|
||||||
storage.append("comments-%i"%aid,data)
|
storage.append("comments-%i"%aid,data)
|
||||||
except SyntaxError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue