@@ -15,14 +15,14 @@ func check_negative(val): # Проверка на отрицательно
else:
returnval
funccheck_len(val,value):
funccheck_len(val,value):
iflen(val)<1:
return''
else:
returnvalue
funccheck_empty(val):
ifstr(val)=='':
returnfalse
else:
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.