This commit is contained in:
2025-11-06 01:25:41 +08:00
parent b63813f84d
commit 1a53c53e38
10 changed files with 67 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ class PreparationScreen(Screen):
content = ""
for nucleon, orbital in self.nucleons_with_orbital:
nucleon: pt.Nucleon
print(nucleon.payload)
# print(nucleon.payload)
content += " - " + nucleon["content"] + " \n"
return content