diff --git a/export.py b/export.py index afab05f..3f4c67a 100644 --- a/export.py +++ b/export.py @@ -55,8 +55,8 @@ if __name__ == "__main__": for item, doc in env_doc.items(): setEnv(doc, timestamp, "_configurations") runProcess("Export", [bin , "-export", "-id"]) - # setEnv(doc, timestamp, outputFolder, "_dashboards") - # runProcess("Export", [bin, "-export", "-id", "dynatrace_dashboard"]) + setEnv(doc, timestamp, outputFolder, "_dashboards") + runProcess("Export", [bin, "-export", "-id", "dynatrace_dashboard"]) print("Finished!") else: