diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 15:48:34 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 15:48:34 +0200 |
commit | 125f96e865d0ed6504ad90e4800389c1c56a4aba (patch) | |
tree | fedacc5dd23ea1880f45e3e9e89127e524532679 /commcrawler/management/commands | |
parent | 5c6b2e1c6409b21a85dfdd0bf4101310214bfc21 (diff) | |
download | Comm-on-net-125f96e865d0ed6504ad90e4800389c1c56a4aba.tar.bz2 Comm-on-net-125f96e865d0ed6504ad90e4800389c1c56a4aba.zip |
Manage other requests exceptions
Diffstat (limited to 'commcrawler/management/commands')
-rw-r--r-- | commcrawler/management/commands/launch_crawl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commcrawler/management/commands/launch_crawl.py b/commcrawler/management/commands/launch_crawl.py index 883c035..ea49d81 100644 --- a/commcrawler/management/commands/launch_crawl.py +++ b/commcrawler/management/commands/launch_crawl.py @@ -1,4 +1,3 @@ -import csv import sys from django.core.management.base import BaseCommand |