Loading poolpay/__main__.py +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ from poolpay.display.PygameDisplay import PygameDisplay from poolpay.model.Retrievable import Retrievable from poolpay.ui.Play import Play from poolpay.ui.pygame.scenes.Idle import Idle from poolpay.ui.pygame.scenes.PaymentSuccess import PaymentSuccess from poolpay.vault.Vault import Vault proj_dir = Path(__file__).parent.parent.resolve() Loading @@ -23,8 +24,8 @@ password = "hunter2" # TODO Prompt for this instead of hardcoding it into the f vault = Vault(vault_file, instance_dir) play = Play( Idle=Idle, PaymentSuccess=PaymentSuccess, # TODO Insert types here PaymentSuccess=..., Balance=..., Reversal=..., WaitForCard=..., Loading Loading
poolpay/__main__.py +2 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ from poolpay.display.PygameDisplay import PygameDisplay from poolpay.model.Retrievable import Retrievable from poolpay.ui.Play import Play from poolpay.ui.pygame.scenes.Idle import Idle from poolpay.ui.pygame.scenes.PaymentSuccess import PaymentSuccess from poolpay.vault.Vault import Vault proj_dir = Path(__file__).parent.parent.resolve() Loading @@ -23,8 +24,8 @@ password = "hunter2" # TODO Prompt for this instead of hardcoding it into the f vault = Vault(vault_file, instance_dir) play = Play( Idle=Idle, PaymentSuccess=PaymentSuccess, # TODO Insert types here PaymentSuccess=..., Balance=..., Reversal=..., WaitForCard=..., Loading