Pārlūkot izejas kodu

POST was fully broken

master
Pete Shadbolt pirms 6 gadiem
vecāks
revīzija
c0145ed074
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app.py

+ 1
- 1
app.py Parādīt failu

@@ -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))


Notiek ielāde…
Atcelt
Saglabāt