[F] Fix imports
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import Union
|
||||
|
||||
import pytz
|
||||
import tweepy
|
||||
from collect.utils import Config, debug, Posting, json_stringify, load_config
|
||||
from raw_collect.utils import Config, debug, Posting, json_stringify, load_config
|
||||
from tweepy import API
|
||||
|
||||
|
||||
@@ -264,4 +264,4 @@ def convert_to_generic(username: str, tweet: Tweet) -> Posting:
|
||||
if __name__ == '__main__':
|
||||
conf = load_config()
|
||||
api = tweepy_login(conf)
|
||||
download_users('sauricat')
|
||||
download_users(api, 'sauricat')
|
||||
|
||||
Reference in New Issue
Block a user