Spaces:
Runtime error
Runtime error
Commit ·
3139dc9
1
Parent(s): 7303c54
Update scraper/views.py
Browse files- 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',
|
| 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()
|