forked from p15670423/monkey
* Changed the exporter to work in aws and not standard (was used for debugging)
This commit is contained in:
parent
af97fb6ffc
commit
e8c604d7c5
|
@ -754,7 +754,7 @@ class ReportService:
|
||||||
def get_active_exporters():
|
def get_active_exporters():
|
||||||
# This function should be in another module in charge of building a list of active exporters
|
# This function should be in another module in charge of building a list of active exporters
|
||||||
exporters_list = []
|
exporters_list = []
|
||||||
if str(load_env_from_file()) == 'standard':
|
if str(load_env_from_file()) == AWS:
|
||||||
exporters_list.append(AWSExporter)
|
exporters_list.append(AWSExporter)
|
||||||
return exporters_list
|
return exporters_list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue