diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | extractor/extractor.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ challenges challenges-* node_modules +*.tmp +*~ +.vscode +*.pyc diff --git a/extractor/extractor.py b/extractor/extractor.py index f4c361d..67a58ee 100644 --- a/extractor/extractor.py +++ b/extractor/extractor.py @@ -4,7 +4,7 @@ import sys import os import shutil import argparse -import os + pid = os.getpid() parser = argparse.ArgumentParser(description='''BlankPlays challenge extractor. |