fix tweets mentioning cross-company, chromedriver
This commit is contained in:
@@ -49,6 +49,7 @@ def get_key_from_value(d, val):
|
||||
|
||||
async def create_ttweet_image(ttweet):
|
||||
tc = TweetCapture()
|
||||
tc.driver_path = '/usr/bin/chromedriver' # Linux chromedriver path
|
||||
filename = f'{get_project_dir()}/img.png'
|
||||
url = ttweet_to_url(ttweet)
|
||||
img = None
|
||||
|
||||
Reference in New Issue
Block a user