• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PythonからElixir Reportのレポートサーバーにアクセスするサンプルコード


Commit MetaInfo

修订版035502cd03efae53b90c7321f6989d16751f2a72 (tree)
时间2014-12-03 18:18:41
作者hylom <hylom@user...>
Commiterhylom

Log Message

fix: typo in server_app.py

更改概述

差异

--- a/server_app.py
+++ b/server_app.py
@@ -109,7 +109,7 @@ class DataTestHandler(web.RequestHandler):
109109 year = int(self.get_argument("y"))
110110 month = int(self.get_argument("m"))
111111 except ValueError:
112- self.send_err(400)
112+ self.send_error(400)
113113 target = os.path.join(data_dir,
114114 "{:04}{:02}.xml".format(year, month))
115115 try: