diff --git a/roisin_dubh_listings.py b/roisin_dubh_listings.py
index 7ec8813..9af022d 100755
--- a/roisin_dubh_listings.py
+++ b/roisin_dubh_listings.py
@@ -22,6 +22,7 @@ for listing in listings:
print(' ')
print('Ticket Allocation: ' + listing['ticket_allocation'] + '
')
print('Tickets remaining?: ' + str(listing['ticket_remaining'] == '1') + '
')
@@ -35,16 +36,6 @@ for listing in listings:
if listing['external_ticket_url']:
print('External Ticket URL: ' + listing['external_ticket_url'] + '')
- # unparsed json object:
- # "prices": {
- # "regular": 10,
- # "student": 0,
- # "vip": 0,
- # "ticket_limit": 10,
- # "ticket_limit_per_transaction": 1,
- # "discount": []
- # },
-
print(']]> ')
print('' + datetime.strptime(listing['event_date_time'], '%Y-%m-%dT%H:%M:%S').strftime('%a, %d %b %Y %H:%M:%S %z') + '')
print('')