forked from rDrama/rDrama
1
0
Fork 0

remove \n

master
Aevann 2023-11-27 23:13:12 +02:00
parent ef8f1d586f
commit 3ef9a6f5a3
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ def purchase_lottery_tickets(v, quantity=1):
most_recent_lottery.prize += net_ticket_value
most_recent_lottery.tickets_sold += quantity
if quantity == 1: return True, f'Successfully purchased {quantity} lottershe ticket!'
return True, f'Successfully purchased {quantity} lottershe tickets!'