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