1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

removed extra check

This commit is contained in:
A_D 2021-03-23 15:39:50 +02:00 committed by Athanasius
parent b7c20facdd
commit 557e88bc44

@ -634,8 +634,6 @@ class Session(object):
else:
data['lastStarport'].update(shipdata)
data.check_modules_ships()
return data
def close(self) -> None: