We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410d739 commit d8dc2deCopy full SHA for d8dc2de
web_scrap.py
@@ -14,7 +14,6 @@
14
file = open('topyoutubers.csv', 'wb')
15
writer = csv.writer(file)
16
17
-# write title row
18
writer.writerow(['Username', 'Uploads', 'Views'])
19
20
for channel in channels:
0 commit comments