Testing: Bubbles mod

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-29 20:06:40 +09:00
parent ee14789ca5
commit 98c939fda7
1 changed files with 2 additions and 2 deletions

View File

@ -690,10 +690,10 @@ def readybuild():
rm_cmd = "sudo rm -r -f fusato"
os.system(rm_cmd)
os.makedirs('fusato')
inflate_bubble.set_fusato_structure
inflate_bubble.set_fusato_structure()
else:
os.makedirs('fusato')
inflate_bubble.set_fusato_structure
inflate_bubble.set_fusato_structure()
class Decsions: