ソースを参照

POST was fully broken

master
Pete Shadbolt 6年前
コミット
c0145ed074
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app.py

+ 1
- 1
app.py ファイルの表示

@@ -29,7 +29,7 @@ def graph(uuid):
data = json.dumps(g.to_json(stringify=True))

# Insert into the database
redis.setex(uuid, data, DAY)
redis.setex(uuid, DAY, data)

# Return success
return "Posted {} bytes OK".format(len(data))


読み込み中…
キャンセル
保存