Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mar0ls authored Feb 8, 2023
1 parent de9db5b commit fd7dcc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import colorama
from sys import exit
from engine import bcolors, scraper
from engine import bcolors, scrapeer

colorama.init()

Expand Down Expand Up @@ -30,11 +30,11 @@ def print_menu():


def option1():
scraper.twitterSearch()
scrapeer.twitterSearch()


def option2():
scraper.twitterUser()
scrapeer.twitterUser()


def option3():
Expand Down

0 comments on commit fd7dcc9

Please sign in to comment.