Skip to content

Commit

Permalink
this commit fixes passivebot#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maazasim1 committed Sep 18, 2023
1 parent adfcccc commit dd44ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit dd44ba8

Please sign in to comment.