Skip to content

Fix obtaining MC database tags for old production requests

Chris Burr requested to merge cburr-fix-bk-tags into master

Fixes a bug in !32 (merged) where tags could be detected as tags = {None, "dddb-something"} causing tags.pop(0) to randomly return None.

Merge request reports