Skip to content

Commit d889b89

Browse files
committed
Minor comment
1 parent 0536c3c commit d889b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imslp/interfaces/scraping.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# Pattern of URL to fetch category charts
3030
IMSLP_SCRAPE_CATCHART_URL = IMSLP_BASE_URL.format("/index.php?title={}&customcat=ccperson1")
3131

32+
# class name and content string used to locate chart of works
3233
IMSLP_SCRAPE_CATCHART_TABLE_CLASS = "wikitable"
3334
IMSLP_SCRAPE_CATCHART_NEXT_CLASS = "next 200"
3435
IMSLP_SCRAPE_CATCHART_NEXT_TEXT = "next 200"

0 commit comments

Comments
 (0)