sessions / 4f91d5b40baa24f7f8530c732bd0637dac0fa177

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 4f91d5b40baa24f7f8530c732bd0637dac0fa177Author: Colin Powell <colin@unbl.ink>Date:   Sat Jun 20 00:42:46 2026 -0400    [tests] Fix broken birding testsdiff --git a/vrobbler/apps/scrobbles/models.py b/vrobbler/apps/scrobbles/models.pyindex bf12b86..850207a 100644--- a/vrobbler/apps/scrobbles/models.py+++ b/vrobbler/apps/scrobbles/models.py@@ -771,6 +771,7 @@ class Scrobble(TimeStampedModel):         MOOD = "Mood", "Mood"         BRICKSET = "BrickSet", "Brick set"         CHANNEL = "Channel", "Channel"+        BIRDING_LOCATION = "BirdingLocation", "Birding location"         DISC_GOLF = "DiscGolf", "Disc golf"          @classmethod