Add files via upload

This commit is contained in:
Somdev Sangwan
2019-04-08 13:48:44 +05:30
committed by GitHub
parent 7684889caa
commit 538ecea109
6 changed files with 61 additions and 48 deletions

View File

@@ -49,4 +49,7 @@ def dom(response):
num += 1
except MemoryError:
pass
return highlighted
if (yellow and red) in highlighted:
return highlighted
else:
return []