forked from CGM_Public/pretix_original
Remove last usage of blacklist in comment (#1863)
This commit is contained in:
@@ -639,7 +639,7 @@ class Order(LockModel, LoggedModel):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if iteration > 20:
|
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.
|
# the length.
|
||||||
length += 1
|
length += 1
|
||||||
iteration = 0
|
iteration = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user