Skip to content

Commit

Permalink
Merge pull request #78 from SmartReports/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
matteotolloso authored Jan 11, 2024
2 parents 951de2b + b2bf047 commit 6761c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartreport_app/kb_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def kb_interface(params):
start_time = params['start_time']
end_time = params['end_time']
frequency = params['kpi_frequency_list']
predict = params['predict']
predict = True if params['predict'] == 'true' else False

if plot_type == 'semaphore':
resp = get_kpi_value(kpi_list[0]) # is only one
Expand Down

0 comments on commit 6761c8f

Please sign in to comment.