Skip to content

Commit a0e1fca

Browse files
committed
Update globalToolsSearching.py
hint = StrKey.decode_ed25519_public_key(publicKey)[-4:]
1 parent 2dece10 commit a0e1fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globalToolsSearching.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def getCIKfromTomlLink(link):
109109
return rawCode[:-5]
110110

111111
def getCIKfromQueryAsset(code):
112-
match = re.search(r'\d+', code)
112+
match = re.search(r"\d+", code)
113113
return int(match.group()) if match else 0
114114

115115
def getLedgerDataForPK(pubKey):

0 commit comments

Comments
 (0)