This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
POST was fully broken
master
Pete Shadbolt
7 years ago
parent
2668f12704
commit
c0145ed074
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View 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…
Cancel
Save