remove return select_tl
This commit is contained in:
parent
c220951781
commit
aa66f4dc68
@ -469,7 +469,6 @@ class FrameWidgets(ttk.Frame):
|
|||||||
self.add.set("")
|
self.add.set("")
|
||||||
self.DNS.set("")
|
self.DNS.set("")
|
||||||
self.enp.set("")
|
self.enp.set("")
|
||||||
return select_tl
|
|
||||||
|
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
|
||||||
@ -621,8 +620,6 @@ class FrameWidgets(ttk.Frame):
|
|||||||
|
|
||||||
Create.encrypt()
|
Create.encrypt()
|
||||||
|
|
||||||
return select_tl
|
|
||||||
|
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
|
||||||
# img_w, img_i, w_title, w_txt hand over
|
# img_w, img_i, w_title, w_txt hand over
|
||||||
@ -898,9 +895,9 @@ class FrameWidgets(ttk.Frame):
|
|||||||
|
|
||||||
except EOFError as e:
|
except EOFError as e:
|
||||||
print(e)
|
print(e)
|
||||||
except TypeError as e:
|
except TypeError:
|
||||||
print("File import: abort by user...")
|
print("File import: abort by user...")
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError:
|
||||||
print("File import: abort by user...")
|
print("File import: abort by user...")
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
print("Tunnel exist!")
|
print("Tunnel exist!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user