Skip to content

Commit 42b6ebd

Browse files
authored
Update webArchiver.py
1 parent 9174ace commit 42b6ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webArchiver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
piargs = piparser.parse_args()
3131
if piargs.configfile is not None:
3232
configfile=piargs.configfile
33-
#to do:read config file
33+
#read config file
3434
config = configparser.ConfigParser()
3535
if os.path.isfile(configfile):
3636
config.read(configfile)
@@ -154,7 +154,7 @@ def wfolder(directory):
154154
wfile(ffdef, ff)
155155
else:
156156
wfolder(ffdef)
157-
#to do:main program
157+
#main program
158158
forcedir(archivedir1);forcedir(archivedir2)
159159
infolder=os.path.abspath(piargs.folderin)
160160
if not os.path.exists(infolder):

0 commit comments

Comments
 (0)