Explorar el Código

POST was fully broken

master
Pete Shadbolt hace 6 años
padre
commit
c0145ed074
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.py

+ 1
- 1
app.py Ver fichero

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


Cargando…
Cancelar
Guardar