Code clean Up

This commit is contained in:
Michael Krane
2016-04-28 22:59:47 +02:00
parent a09d4139d5
commit 8a4f3b7642

View File

@@ -213,10 +213,9 @@ class Port(object):
Ship(sMkt.getItem(id))
string = string[string.index(str(id)):]
break
except Exception, e:
continue
pass
string = string[0: (string.index("::") + 2)]
except:
pass
string = string[:string.index("::") + 2]
info = string.split(":")
f = Fit()