mirror of
https://github.com/gryf/wicd.git
synced 2025-12-26 08:22:32 +01:00
another step fwd
This commit is contained in:
@@ -48,7 +48,7 @@ class LogFile:
|
||||
def write(self, data):
|
||||
self.written += len(data)
|
||||
|
||||
data = data.decode('utf-8').encode('utf-8')
|
||||
data = data.encode('utf-8')
|
||||
if len(data) <= 0:
|
||||
return
|
||||
if self.eol:
|
||||
|
||||
Reference in New Issue
Block a user