Skip to content

Commit 7e103b1

Browse files
committed
Updating example
1 parent 2984f32 commit 7e103b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

example.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,5 @@
3737

3838

3939
from databox import push, insert_all, last_push
40-
41-
token = '<access token>'
42-
push('sales.total', 1448.9, token=token)
43-
print last_push(token)
40+
push('sales.total', 1448.9, token=TOKEN)
41+
print last_push(TOKEN)

0 commit comments

Comments
 (0)