Skip to content

Commit

Permalink
Add library
Browse files Browse the repository at this point in the history
  • Loading branch information
XVs32 committed Feb 15, 2024
1 parent 57c2739 commit d9df6e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kcauto/quest/quest_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import math
from datetime import datetime, timedelta
from sys import exit
from pyvisauto import Region
from random import randint

Expand Down
3 changes: 2 additions & 1 deletion kcauto/ships/equipment_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from datetime import datetime
from sys import exit
import api.api_core as api
import fleet_switcher.fleet_switcher_core as fsw
import ships.ships_core as shp
Expand Down Expand Up @@ -234,7 +235,7 @@ def load_equipment(self, file_name):


Log.log_debug(load_ship_id)
exit()
exit(0)

def get_reinforce_equipment_list(self, local_id):

Expand Down

0 comments on commit d9df6e7

Please sign in to comment.