Update mw.py

pull/199/head
midoks 3 years ago
parent 5a93b07968
commit 2eeef4d8bd
  1. 2
      class/core/mw.py

@ -609,7 +609,7 @@ def getNumLines(path, num, p=1):
break break
fp.close() fp.close()
except Exception as e: except Exception as e:
return '' return str(e)
return "\n".join(data) return "\n".join(data)

Loading…
Cancel
Save