mirror of
https://github.com/bspeice/metrik
synced 2024-11-04 22:48:11 -05:00
Fix a BIG issue with flows getting scheduled incorrectly...
This commit is contained in:
parent
64bcb9cc1d
commit
6fda62fa4d
@ -13,7 +13,7 @@ from metrik.flows.options_flow import OptionsFlow
|
||||
from metrik import __version__
|
||||
|
||||
flows = {
|
||||
'EquitiesFlow': OptionsFlow,
|
||||
'EquitiesFlow': EquitiesFlow,
|
||||
'OptionsFlow': OptionsFlow
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user