Commit a3a60296 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Delete print from CB

parent 6bd01156
from django.shortcuts import render, HttpResponseRedirect, reverse, HttpResponse
from django.http import JsonResponse, FileResponse
from django.views.generic import ListView, CreateView, UpdateView
from django.views.generic import ListView, CreateView, UpdateView, TemplateView
from django.contrib.auth.decorators import login_required
from django.utils.decorators import method_decorator
......
......@@ -40,7 +40,6 @@ class CbSpider(BaseSpider):
item['description'] = None
item['post_id'] = response.meta['post_id']
item['tags'] = None
print(item)
self.co += 1
print(self.co)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment