Remove last usage of blacklist in comment (#1863)

This commit is contained in:
pajowu
2020-11-30 22:43:36 +01:00
committed by GitHub
parent f43585bf36
commit fcdd852860

View File

@@ -639,7 +639,7 @@ class Order(LockModel, LoggedModel):
return
if iteration > 20:
# Safeguard: If we don't find an unused and non-blacklisted code within 20 iterations, we increase
# Safeguard: If we don't find an unused and non-banlisted code within 20 iterations, we increase
# the length.
length += 1
iteration = 0