@@ -0,0 +1,9 @@
import time
import os
if os.path.isdir('log'):
print('log dir exist')
a = 'log/' + str(time.strftime("%Y-%m-%d %H:%M:%S")) + '.log'
print(a)
f = open(a, 'w')
The note is not visible to the blocked user.