8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a131c9 commit e64fb57Copy full SHA for e64fb57
snippets/dynamic_links/dynamic_links.py
@@ -27,5 +27,5 @@ def get_link_stats():
27
dynamic_links.EVENT_TYPE_CLICK))
28
29
if andoid_click:
30
- print('There were {} clicks on ANDROID in the last 7 days'.format(andoid_click))
+ print 'There were {} clicks on ANDROID in the last 7 days'.format(andoid_click)
31
# [END get_link_stats]
0 commit comments