db : Update upstream.
This commit is contained in:
parent
e19724785d
commit
53f8746a53
2 changed files with 54 additions and 38 deletions
2
check.py
2
check.py
|
@ -27,6 +27,8 @@ def error (message):
|
|||
print(get_current_line())
|
||||
|
||||
def check_guid (guid):
|
||||
if guid == "xinput":
|
||||
return
|
||||
if len (guid) != 32:
|
||||
error ("The length of the guid string must be equal to 32")
|
||||
for c in guid:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue