Projects STRLCPY opensquat Commits be606478
🤬
  • ■ ■ ■ ■
    opensquat/output.py
    skipped 64 lines
    65 65   f_csv, delimiter=",", quotechar='"', quoting=csv.QUOTE_MINIMAL
    66 66   )
    67 67   file_csv.writerow(self.content)
    68  - file_csv.close()
     68 + f_csv.close()
    69 69   
    70 70   def as_text(self):
    71 71   """
    skipped 45 lines
Please wait...
Page is in error, reload to recover