]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/seepark_web.py
Update Sphinx configuration to reflect new location.
[chrisu/seepark.git] / web / seepark_web.py
index 70b0d4be6275031536a91512881e9061deb82158..41230299abbbd65ed49c2beb8aa144d307c50385 100644 (file)
@@ -358,6 +358,8 @@ def currentwater(version):
 
 @app.route('/report/<int:year>-<int:month>')
 def report(year, month):
+    """Report for given year and month
+    """
     paper_size = (29.7 / 2.54, 21. / 2.54)  # A4
 
     begin = datetime.datetime(year, month, 1)