rabin 6 年之前
父节点
当前提交
e5a3691431
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      demeter/core.py

+ 1 - 1
demeter/core.py

@@ -563,7 +563,7 @@ class File(object):
 	"""
 	@classmethod
 	def tail(self, filepath, n=10):
-	
+		PAGE = 4096
 		res = ""
 		with open(filepath, 'rb') as f:
 			f_len = f.seek(0, 2)