mirror of
https://github.com/ioistired/pleroma-ebooks.git
synced 2024-11-20 02:14:52 +01:00
create table posts if it does not exist
This commit is contained in:
parent
da961a0e35
commit
6f0a389050
@ -51,6 +51,7 @@ class PostFetcher:
|
||||
self._rl_handler = HandleRateLimits(self._http)
|
||||
self._db = await stack.enter_async_context(aiosqlite.connect(self.config['db_path']))
|
||||
await self._maybe_run_migrations()
|
||||
await self._db.commit()
|
||||
self._db.row_factory = aiosqlite.Row
|
||||
self._ctx_stack = stack
|
||||
return self
|
||||
|
Loading…
Reference in New Issue
Block a user