twint icon indicating copy to clipboard operation
twint copied to clipboard

Incorrect Capitilation in variable in def Lookup in run.py

Open jaghachi opened this issue 4 years ago • 0 comments

Description of Issue

In run.py def Lookup(config): logme.debug(name + ':Lookup') config.Profile = False config.Lookup = True config.Favorites = False config.FOllowing = False config.Followers = False config.TwitterSearch = False run(config) if config.Pandas_au: storage.panda._autoget("user")

config.FOllowing = False should be: config.Following = False

jaghachi avatar Mar 09 '22 03:03 jaghachi