2DU пре 8 година
родитељ
комит
996931956a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -2972,6 +2972,7 @@ def read_view(name = None, num = None, redirect = None):
         menu = [['history/' + url_pas(name), '역사']]
         menu = [['history/' + url_pas(name), '역사']]
         sub = ' (' + str(num) + '판)'
         sub = ' (' + str(num) + '판)'
         acl = ''
         acl = ''
+        r_date = 0
     else:
     else:
         curs.execute("select date from history where title = ? order by date desc limit 1", [name])
         curs.execute("select date from history where title = ? order by date desc limit 1", [name])
         date = curs.fetchall()
         date = curs.fetchall()