mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 13:00:00 +00:00
PEP8 api_handler.py (E265, E266)
E265 block comment should start with '# ' E266 too many leading '#' for block comment
This commit is contained in:
parent
beb5be9989
commit
b0325bc681
|
@ -10,7 +10,7 @@ from orderedset import OrderedSet
|
|||
from werkzeug import secure_filename
|
||||
|
||||
DEBUG_API = False
|
||||
#################################### API ROUTES ####################################
|
||||
# #################################### API ROUTES ####################################
|
||||
CATEGORIES = [
|
||||
('Anime', ['Anime Music Video', 'English-translated', 'Non-English-translated', 'Raw']),
|
||||
('Audio', ['Lossless', 'Lossy']),
|
||||
|
|
Loading…
Reference in a new issue