mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-09 22:04:37 +00:00
Remove unnecessary comments
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import random, string
|
||||
|
||||
haystack = string.ascii_letters + string.digits + string.punctuation
|
||||
print(''.join([random.SystemRandom().choice(haystack.replace('/','').replace('\'', '').replace('\"','')) for _ in range(50)]))
|
||||
Reference in New Issue
Block a user