Skip to content

Commit

Permalink
Update src/tribler/core/components/database/db/layers/health_data_acc…
Browse files Browse the repository at this point in the history
…ess_layer.py

Co-authored-by: Alexander Kozlovsky <[email protected]>
  • Loading branch information
drew2a and kozlovsky authored Oct 6, 2023
1 parent 0dd1c80 commit 15050dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Tracker(db.Entity):
failures = orm.Required(int, default=0)

torrents = orm.Set(lambda: db.Resource)
health_info = orm.Set(lambda: HealthInfo, reverse='trackers')
torrent_health_set = orm.Set(lambda: TorrentHealth, reverse='tracker')

return HealthInfo, Tracker

Expand Down

0 comments on commit 15050dd

Please sign in to comment.