prijatelilab / PrijateliTree

A FastAPI application used to play lab games and collect survey data.
MIT License
1 stars 0 forks source link

Patch db error #131

Closed anisfeld closed 10 months ago

anisfeld commented 10 months ago

Describe Your Changes

In @properties within the database file, we aren't able to used Depends(Database) so need to supply Database() as a function call rather than Database. I don't know why this is.

Non-Obvious Technical Information

Checklist Before Requesting a Review

2024-01-04 11:27:45 INFO:     Application startup complete.
2024-01-04 11:29:28 INFO:     172.25.0.1:47308 - "GET /games/20/player/115/ready HTTP/1.1" 200 OK
2024-01-04 11:29:29 INFO:     172.25.0.1:47308 - "GET /games/20/player/115/survey HTTP/1.1" 200 OK
2024-01-04 11:29:34 INFO:     172.25.0.1:47308 - "GET /games/20/player/115/round HTTP/1.1" 200 OK

These were previously running into the error shown in the previous pull (#129 )