Skip to content

Commit

Permalink
fix mini story
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 27, 2024
1 parent 98259a1 commit a75839b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gui/components/expand/proceedPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def proceed_group_plot(self):

def proceed_branch_plot(self):
import threading
threading.Thread(target=get_context_thread(self).start_branch_story).start()
threading.Thread(target=get_context_thread(self).start_mini_story).start()
3 changes: 3 additions & 0 deletions module/mini_story.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@


def implement(self):
if self.server == 'CN':
self.logger.warning("mini story not open")
return True
self.quick_method_to_main_page()
to_mini_story(self, True)
time.sleep(1)
Expand Down

0 comments on commit a75839b

Please sign in to comment.