Skip to content
Snippets Groups Projects
Commit 3569d2f9 authored by yklingele's avatar yklingele
Browse files

Update heisescraper_klingele_brose.py

parent 2f1d621d
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ def main(): ...@@ -42,6 +42,7 @@ def main():
aux.reverse() aux.reverse()
#print top 3 results #print top 3 results
print "Results: \n 1.",aux[0],"\n 2.",aux[1],"\n 3.",aux[2] print "Results: \n 1.",aux[0],"\n 2.",aux[1],"\n 3.",aux[2]
#note: two words connected with a hyphen are a new words, there is alot more "https" in the titles
#execution #execution
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment