Commit 53c508df authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Adding missing location column (#190)

Without the Location column in the followers table, Twint is unable to save --user-full details.
parent c22b4dfc
...@@ -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