Merge branch 'main' of https://gitlab.computing.dcu.ie/murphg62/ca4006-ca2 into main
This commit is contained in:
commit
2fa1b47edb
@ -14,15 +14,12 @@ def process_response(ch, method, properties, body):
|
|||||||
print("response failed")
|
print("response failed")
|
||||||
|
|
||||||
proposals = [
|
proposals = [
|
||||||
{"acronym": "PRT1", "title": "Phantom Blood", "description": "Johnathen", "amount": "300000"},
|
{"acronym": "PROJ1", "title": "Project 1", "description": "Description 1", "amount": "300000"},
|
||||||
{"acronym": "PRT2", "title": "Battle Tendency", "description": "Joseph", "amount": "400000"},
|
{"acronym": "PROJ2", "title": "Project 2", "description": "Description 2", "amount": "400000"},
|
||||||
{"acronym": "PRT3", "title": "Stardust Crusaders", "description": "Jotaro", "amount": "250000"},
|
{"acronym": "PROJ3", "title": "Project 3", "description": "Description 3", "amount": "250000"},
|
||||||
{"acronym": "PRT4", "title": "Diamond is Unbreakable", "description": "Josuke", "amount": "100000"},
|
{"acronym": "PROJ4", "title": "Project 4", "description": "Description 4", "amount": "100000"},
|
||||||
{"acronym": "PRT5", "title": "Golden Wind", "description": "Giorno", "amount": "900000"},
|
{"acronym": "PROJ5", "title": "Project 5", "description": "Description 5", "amount": "900000"},
|
||||||
{"acronym": "PRT6", "title": "Stone Ocean", "description": "Jolyne", "amount": "420000"},
|
{"acronym": "PROJ6", "title": "Project 6", "description": "Description 6", "amount": "420000"}
|
||||||
{"acronym": "PRT7", "title": "Steel Ball Run", "description": "Johnny", "amount": "100000"},
|
|
||||||
{"acronym": "PRT8", "title": "Jojolion", "description": "Josuke", "amount": "900000"},
|
|
||||||
{"acronym": "PRT9", "title": "Jojolands", "description": "Jodio", "amount": "450000"}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
corr_id = str(uuid.uuid4())
|
corr_id = str(uuid.uuid4())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user