mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
update source
This commit is contained in:
parent
5b29003470
commit
7b7e21d05c
1 changed files with 2 additions and 4 deletions
|
@ -65,10 +65,8 @@ def sbo_network(name):
|
|||
'''
|
||||
FAULT = ""
|
||||
UNST = ["UNSUPPORTED", "UNTESTED"]
|
||||
for item in UNST:
|
||||
for un in source_dwn:
|
||||
if item == un:
|
||||
FAULT = item
|
||||
if "".join(source_dwn) in UNST:
|
||||
FAULT = "".join(source_dwn)
|
||||
while True:
|
||||
try:
|
||||
read = raw_input("_ ")
|
||||
|
|
Loading…
Add table
Reference in a new issue