Update to v8.21.0

This commit is contained in:
aapanel.com
2026-08-13 18:24:50 +08:00
parent 403317be61
commit 07c7e75ec6
285 changed files with 18063 additions and 5697 deletions
+1 -1
View File
@@ -1642,7 +1642,7 @@ echo $! > {pid_file}'''.format(
block = ''
nl_count = 0
start = 0
fsock = open(filename, 'rU')
fsock = open(filename, 'r')
try:
fsock.seek(0, 2)
curpos = fsock.tell()