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)