mumer119131 commited on
Commit
3139dc9
·
1 Parent(s): 7303c54

Update scraper/views.py

Browse files
Files changed (1) hide show
  1. scraper/views.py +1 -1
scraper/views.py CHANGED
@@ -53,7 +53,7 @@ def refreshAll(request):
53
  sephoraThread.start()
54
  targetThread.start()
55
  ultaThread.start()
56
- return redirect('home', msg='Task started in the background')
57
 
58
  def refreshTarget(request):
59
  TargetScraper().run()
 
53
  sephoraThread.start()
54
  targetThread.start()
55
  ultaThread.start()
56
+ return redirect('home', messsage='Task started in the background')
57
 
58
  def refreshTarget(request):
59
  TargetScraper().run()