@ -156,8 +156,9 @@ class SessionPropertiesPanel(bpy.types.Panel):
foriteminoperators.client_keys:
owner='toto'
try:
owner=item[1].decode()
owner=item[1]
except:
owner=item[1].decode()
pass
item_box=area_msg.box()
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.