mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-13 13:07:39 +02:00
Update to v8.21.0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user