@@ -23,7 +23,7 @@ for f in os.listdir(os.getcwd()):
mime,
base64.b64encode(buf.read()).decode('ascii'),
f)
except:
except Exception:
pass
print(out)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.