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):
name text,
username text not null,
bio text,
location text,
url text,
join_date 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