Skip to content

Commit 8749b4d

Browse files
authored
Update main.py
[QOL] Add comment clarifying scrape label category
1 parent 819c19d commit 8749b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def login():
2323
# Retrieve label information and saves as JSON/CSV
2424
def getLabel(label, label_type="account", input_type='single'):
2525

26+
# Only eth and opt uses new label scraping method
2627
if ('eth' not in baseUrl):
2728
getLabelOldFormat(label, label_type=label_type, input_type=input_type)
2829
return

0 commit comments

Comments
 (0)