fork download
  1. if line[0]==line:#lineの中にあるスレの>>1であるということ
  2. file.write(thread_title+str('\b'))
  3. file.write(dat+str('\n'))#スレタイとURLを書く
  4. file.write(line)
  5. print(line)
  6. file.write(str('\n'))
  7.  
  8. else:
  9. file.write(line)
  10. print(line)
  11. file.write(str('\n'))
  12.  
Runtime error #stdin #stdout #stderr 0.01s 27704KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "./prog.py", line 1
    if line[0]==line:#lineの中にあるスレの>>1であるということ
    ^
IndentationError: unexpected indent