fix: sqlite deprecated warnings

Этот коммит содержится в:
Vlad Pronsky 2025-01-01 17:40:29 +02:00
родитель c9bad5f399
Коммит dbf989d58f

Просмотреть файл

@ -46,7 +46,6 @@ async def main(args):
if args.command == "version":
print(f"twscrape: {version('twscrape')}")
print(f"SQLite client: {sqlite3.version}")
print(f"SQLite runtime: {sqlite3.sqlite_version} ({await get_sqlite_version()})")
return