Python Forum
Code stops after 20min+ with no output
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code stops after 20min+ with no output
#2
line 33:
for i in range(len(link)):
shouldn't this be:
for i in range(len(links)):

or if not, lines 33-34 need to be indented
Reply


Messages In This Thread
Code stops after 20min+ with no output - by JacobK - Apr-03-2020, 03:14 PM
RE: Code stops after 20min+ with no output - by Larz60+ - Apr-03-2020, 07:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  AttributeError: 'NoneType' object in a parser - stops it apollo 4 4,067 May-28-2021, 02:13 PM
Last Post: Daring_T
  BeautifulSoup: 6k records - but stops after parsing 20 lines apollo 0 1,825 May-10-2021, 05:08 PM
Last Post: apollo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020