MCPcopy Create free account
hub / github.com/Ptechgithub/configs / digitString

Function digitString

wa.py:61–66  ·  view source on GitHub ↗
(stringLength)

Source from the content-addressed store, hash-verified

59 print(error)
60
61def digitString(stringLength):
62 try:
63 digit = string.digits
64 return ''.join((random.choice(digit) for i in range(stringLength)))
65 except Exception as error:
66 print(error)
67
68url = f'https://api.cloudflareclient.com/v0a{digitString(3)}/reg'
69

Callers 1

wa.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected