зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-29 05:04:22 +02:00
fix: sqlite deprecated warnings
Этот коммит содержится в:
родитель
c9bad5f399
Коммит
dbf989d58f
@ -46,7 +46,6 @@ async def main(args):
|
|||||||
|
|
||||||
if args.command == "version":
|
if args.command == "version":
|
||||||
print(f"twscrape: {version('twscrape')}")
|
print(f"twscrape: {version('twscrape')}")
|
||||||
print(f"SQLite client: {sqlite3.version}")
|
|
||||||
print(f"SQLite runtime: {sqlite3.sqlite_version} ({await get_sqlite_version()})")
|
print(f"SQLite runtime: {sqlite3.sqlite_version} ({await get_sqlite_version()})")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user