summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index c84ab23..c1f47cc 100644
--- a/main.py
+++ b/main.py
@@ -289,8 +289,6 @@ class CompanySelector:
def load_another_file(self):
print("Trying to load another file...")
loaded_file = self.load_file()
- while not loaded_file:
- loaded_file = self.load_file()
self.show_companies()
def onselect(self, evt):