Skip to content

Commit 681f1be

Browse files
committed
fixe debug attribute
1 parent 163f53b commit 681f1be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grafana_snapshots/grafana.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def __init__( *args, **kwargs ):
8989
#* allow to create new dashboard with same name in specified folder.
9090
self.allow_new = kwargs.get('allow_new', False)
9191

92+
self.debug = kwargs.get('debug', False)
93+
9294
#* build an aapi object
9395
self.grafana_api = GrafanaApi.GrafanaApi(
9496
auth=config['token'],

0 commit comments

Comments
 (0)