Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
pete
/
abv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
POST was fully broken
master
Pete Shadbolt
7 anni fa
parent
2668f12704
commit
c0145ed074
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
Vedi File
@@ -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))
Write
Preview
Loading…
Annulla
Salva