fix ping not reveived
This commit is contained in:
9
scripts/refresh_stats.sh
Executable file
9
scripts/refresh_stats.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh -eu
|
||||
|
||||
CMDD=$(dirname $(realpath $0))
|
||||
|
||||
cd $(dirname "${CMDD}") # spider must run from app folder
|
||||
|
||||
python -m scrapy runspider src/instances.py
|
||||
|
||||
${CMDD}/refresh_day_stats.sh
|
Reference in New Issue
Block a user