mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
7736ee3531
commit
0284607e02
|
@ -8067,7 +8067,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
with open(hide_follows_filename, 'w+',
|
with open(hide_follows_filename, 'w+',
|
||||||
encoding='utf-8') as rfile:
|
encoding='utf-8') as rfile:
|
||||||
rfile.write('\n')
|
rfile.write('\n')
|
||||||
print('hide follows 3')
|
print('hide follows 3 ' +
|
||||||
|
hide_follows_filename)
|
||||||
except OSError:
|
except OSError:
|
||||||
print('EX: unable to write hideFollows ' +
|
print('EX: unable to write hideFollows ' +
|
||||||
hide_follows_filename)
|
hide_follows_filename)
|
||||||
|
|
Loading…
Reference in New Issue