Skip to content

Commit

Permalink
fixed varialbe rename
Browse files Browse the repository at this point in the history
  • Loading branch information
humandecoded committed Feb 17, 2022
1 parent c5c73eb commit c8dd3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twayback B/twayback.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def asyncStarter(url_list):
# check them asyncronously and add the results to a list


results = asyncio.run(asyncStarter(data3))
results = asyncio.run(asyncStarter(twitter_url))

#####################################################################################################

Expand Down

0 comments on commit c8dd3e9

Please sign in to comment.