Skip to content

Commit 1739d5d

Browse files
committed
making my first git commit
making my first git commit making my first git commit
1 parent 3a161b6 commit 1739d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xkcd_downloader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
screamingwdm2 at gmail dot com
88
"""
99

10+
1011
import re,urllib,os,subprocess
1112

1213
mainpage=urllib.urlopen("http://www.xkcd.org")
@@ -24,7 +25,6 @@
2425
if num_left is not '' and num_right is not '':
2526
for i in range(int(num_left),int(num_right)+1):
2627
comiclist.append(i)
27-
#print comiclist
2828

2929
url_error=list()
3030
wget_arg=''

0 commit comments

Comments
 (0)