sleep deprivation taking over

This commit is contained in:
Somdev Sangwan
2019-01-20 15:42:02 +05:30
committed by GitHub
parent 7b7178f9d0
commit 48024f196b

View File

@@ -164,7 +164,7 @@ def staticParts(allTokens):
result = {k: v for k, v in staticParts(allTokens).items() if v}
if result:
print ('%s Common substring found')
print ('%s Common substring found' % info)
print (json.dumps(result, indent=4))
simTokens = []