Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinwelter authored Oct 5, 2019
1 parent 6cf879f commit 0ce1104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion !example/min_max_avg.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def myAnalysis(context, scope):
context.log('No result found for the avg calculation')

# The analysis token in only necessary to run the analysis outside TagoIO
Analysis('Your-account-token').init(myAnalysis)
Analysis('Your-analysis-token').init(myAnalysis)

0 comments on commit 0ce1104

Please sign in to comment.