Skip to content

Commit af8c5d5

Browse files
committed
Start discovery from basedir again
1 parent e4f3908 commit af8c5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def parse_args(argv):
131131
def main():
132132
args = parse_args(argv[1:])
133133
print('Extract urls...')
134-
all_urls = extract_urls(os.getcwd() + os.path.sep + 'content')
134+
all_urls = extract_urls(os.getcwd())
135135
print('\nCheck urls...')
136136
bad_url_status = {}
137137
url_id = 1

0 commit comments

Comments
 (0)