From dd44ba8e39542d608e33730e09926501490f7d19 Mon Sep 17 00:00:00 2001 From: Maaz Asim <58209878+Maazasim1@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:01:21 +0000 Subject: [PATCH] this commit fixes #2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1ea6d58..5922f47 100644 --- a/main.py +++ b/main.py @@ -196,7 +196,7 @@ def scrape_marketplace(self): # Call the scrape_facebook_marketplace method. sel.scrape_facebook_marketplace() -if __name__ == "__main__": +if __name__ == "__main__": app = MainWindow() app.mainloop()