To get the app working again I ran resetdb, let it crash in initdb, then ran the migration, then re-ran initdb
4 lines
108 B
Python
4 lines
108 B
Python
''' settings book data connectors '''
|
|
|
|
CONNECTORS = ['openlibrary', 'self_connector', 'bookwyrm_connector']
|