Commit 03b311ab authored by aldou's avatar aldou Committed by GitHub

Adding missing location column

Without the Location column in the followers table, Twint is unable to save --user-full details.
parent fc63b7aa
...@@ -73,6 +73,7 @@ def init(db): ...@@ -73,6 +73,7 @@ def init(db):
name text, name text,
username text not null, username text not null,
bio text, bio text,
location text,
url text, url text,
join_date text not null, join_date text not null,
join_time text not null, join_time text not null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment