From 76a93f546aa154040b3e555ff008594d4a65556b Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 28 Apr 2024 01:07:41 +0100 Subject: [PATCH] Line break after event price in roisin_dubh_listings.py --- roisin_dubh_listings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roisin_dubh_listings.py b/roisin_dubh_listings.py index 9af022d..b5bca57 100755 --- a/roisin_dubh_listings.py +++ b/roisin_dubh_listings.py @@ -22,7 +22,7 @@ for listing in listings: print(' ') print('Location: ' + listing['name'] + '
') print('Ticket Allocation: ' + listing['ticket_allocation'] + '
') print('Tickets remaining?: ' + str(listing['ticket_remaining'] == '1') + '
')