Skip to content

Commit

Permalink
collusion test
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-santana committed Nov 29, 2024
1 parent ac0d9b7 commit 0e4cad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/scripts/collusion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def update_user_budget_to_initial(individual_id):
)
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print("THE BUDGET WAS UPDATED, SO 1 MORE USER")
print("The budget is now: ", client.beacon['budget'].find_one({"individualId": individual_id},))
print("The budget is now: ", client.beacon.get_collection('budget').find_one({"individualId": individual_id})['budget'],))
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!")
except Exception as e:
return None
Expand Down

0 comments on commit 0e4cad7

Please sign in to comment.