10000 Fix storage exmaple for Python 3. · coordt/cloud-functions-python@d807080 · GitHub
[go: up one dir, main page]

Skip to content

Commit d807080

Browse files
committed
Fix storage exmaple for Python 3.
1 parent d8311e5 commit d807080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/storage/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def bucket_handler(obj):
6-
print jsonpickle.encode(obj)
6+
print(jsonpickle.encode(obj))
77

88

99
handle_bucket_event(bucket_handler)

0 commit comments

Comments
 (0)
0