diff options
Diffstat (limited to 'importer.py')
-rwxr-xr-x | importer.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/importer.py b/importer.py index 7aa582b..2ce4877 100755 --- a/importer.py +++ b/importer.py @@ -18,6 +18,9 @@ def insert_kill(c, kill): print('duplicate:', kill['killID']) return raise + except TypeError: + print(kill) + raise victim = kill['victim'] parambatch = [( |