From 79599954cb39e2374ef2b79f7a4bddf3edacd3f7 Mon Sep 17 00:00:00 2001 From: CaptainStabs Date: Thu, 12 Aug 2021 15:03:08 -0400 Subject: [PATCH] fix comment --- setup_gui/scraper_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_gui/scraper_setup.py b/setup_gui/scraper_setup.py index 4081bf4f..dba70df7 100644 --- a/setup_gui/scraper_setup.py +++ b/setup_gui/scraper_setup.py @@ -34,7 +34,7 @@ def __init__(self): self.version_label.setText("Version: " + str(__version__)) - self.tabWidget.setCurrentIndex(0) # Start on the first page + self.tabWidget.setCurrentIndex(0) # Start on the first page self.tabWidget.setTabEnabled(1, False) # Disable the Choose Scraper tab self.tabWidget.setTabEnabled(2, False) # Disable the Setup tab self.tabWidget.setTabEnabled(3, False) # Disable Crimegraphic's choose scraper tab