Fix obtaining MC database tags for old production requests
Fixes a bug in !32 (merged) where tags could be detected as tags = {None, "dddb-something"}
causing tags.pop(0)
to randomly return None
.
Fixes a bug in !32 (merged) where tags could be detected as tags = {None, "dddb-something"}
causing tags.pop(0)
to randomly return None
.