[omm][onboarding] Initial setup issues #1504
Labels
bug
hma
Items related to the hasher-matcher-actioner system
successful reproduction
This bug has a consistent reproduction
Howdy! Just wanted to flag a couple of difficulties (and workarounds) that I noticed when getting OMM running locally for the first time. Happy to put a fix up for some of them, just wanted to put it down as an issue (to help me remember more than anything lol)
Seeding:
True
to thestorage.bank_update
storage.bank_add_content(bank_name, {st.get_name(): example})
needs to becomestorage.bank_add_content(bank_name, {st: example})
Create App:
The text was updated successfully, but these errors were encountered: