mirror of
https://github.com/nikdoof/django-evesde.git
synced 2025-12-23 06:39:21 +00:00
Fix stations import and EVE API Connection calls.
This commit is contained in:
@@ -18,6 +18,9 @@ def import_conquerable_stations():
|
||||
obj = Station(pk=station.stationID)
|
||||
obj.name = station.stationName
|
||||
obj.system_id = station.solarSystemID
|
||||
obj.x = 0
|
||||
obj.y = 0
|
||||
obj.z = 0
|
||||
objs.append(obj)
|
||||
|
||||
with transaction.atomic():
|
||||
|
||||
Reference in New Issue
Block a user