Skip to content

Commit

Permalink
Fetch Current BoxOffice Shows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratik-Sanghani committed Jul 19, 2018
1 parent fe05cc0 commit be74bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/benji.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ def main():
for i in Names_raw:
Name_list.append(str(i)[str(i).index('">')+2:str(i).index("</h1>")])

speak.say("Preparing List")
speak.runAndWait()
cntr = len(Name_list)
print("----------------------------------------------")
print(link[0].capitalize())
Expand Down

0 comments on commit be74bb6

Please sign in to comment.