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 163f53b commit 681f1beCopy full SHA for 681f1be
grafana_snapshots/grafana.py
@@ -89,6 +89,8 @@ def __init__( *args, **kwargs ):
89
#* allow to create new dashboard with same name in specified folder.
90
self.allow_new = kwargs.get('allow_new', False)
91
92
+ self.debug = kwargs.get('debug', False)
93
+
94
#* build an aapi object
95
self.grafana_api = GrafanaApi.GrafanaApi(
96
auth=config['token'],
0 commit comments