Skip to content

Commit

Permalink
modified: ufade_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prosch88 committed Jul 22, 2024
1 parent 158ba09 commit 929926a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ufade_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1721,13 +1721,13 @@ def run_ios17_developer(self, change):
self.wait_variable(self.waitm)
if self.waitm.get() == 1:
while True:
try:
tun = get_tunneld_devices()
except:
tun = []
if tun != []:
break
except:
try:
tun = get_tunneld_devices()
except:
tun = []
if tun != []:
break
else:
pass
change.set(1)

Expand Down

0 comments on commit 929926a

Please sign in to comment.