We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57600a7 commit bff5cf3Copy full SHA for bff5cf3
1 file changed
utils/alexa-ruleset-checker.py
@@ -35,7 +35,7 @@
35
alexaTop1MURL = "http://s3.amazonaws.com/alexa-static/top-1m.csv.zip"
36
# alexaTop1MURL = "http://127.0.0.1/top-1m.csv.zip"
37
38
-# Temporary file name, to aboid conflicts
+# Temporary file name, to avoid conflicts
39
tmpAlexaFileName = "/tmp/alexa-top1M-" + format(random.randrange(1,65535)) + ".csv"
40
41
# Logfile. Records the same output as the script
0 commit comments