改进 🍰
This commit is contained in:
4
main.py
4
main.py
@@ -22,7 +22,7 @@ import auxiliary as aux
|
||||
import compositions as compo
|
||||
import builtins
|
||||
|
||||
ver = "0.3.1"
|
||||
ver = "0.3.2"
|
||||
|
||||
config = aux.ConfigFile("config.toml")
|
||||
|
||||
@@ -183,7 +183,7 @@ class PreparationScreen(Screen):
|
||||
def on_button_pressed(self, event: Button.Pressed) -> None:
|
||||
if event.button.id == "start_memorizing_button":
|
||||
newscr = MemScreen(
|
||||
self.nucleon_file, self.electron_file, config.get("tasked_number", 8)
|
||||
self.nucleon_file, self.electron_file, config.get("tasked_number", 6)
|
||||
)
|
||||
self.app.push_screen(newscr)
|
||||
|
||||
|
Reference in New Issue
Block a user