Skip to content

Commit

Permalink
[Mod] Change the default importer plugin from config to holodule
Browse files Browse the repository at this point in the history
  • Loading branch information
konono committed Feb 7, 2022
1 parent a28c9dc commit d65d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoscope/datamodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class GeneralConfiguration:
loglevel: Optional[str] = None
logdir: Optional[str] = None
logfile: Optional[str] = None
importer_plugin: Optional[str] = 'config'
importer_plugin: Optional[str] = 'holodule'
exporter_plugin: Optional[str] = 'google_calendar'


Expand Down

0 comments on commit d65d79a

Please sign in to comment.