Skip to content

Commit

Permalink
fix : drill global error
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Oct 29, 2024
1 parent 6ade589 commit 3197f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/joint_firing_drill.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def implement(self):
if self.server == "Global" or self.server == "JP":
return
return True
self.quick_method_to_main_page()
to_joint_firing_menu(self)
state = check_drill_state(self)
Expand Down

0 comments on commit 3197f87

Please sign in to comment.