Closed frabcus closed 11 years ago
Yes.
It should drop both the tables it has made (if they exist!)
On Thu, Feb 14, 2013 at 03:58:13AM -0800, Zarino Zappia wrote:
Do you mean here? (
get.py
lines 185–189)if len(sys.argv) > 1 and sys.argv[1] == 'clean-slate': os.system("rm -fr scraperwiki.sqlite; crontab -r >/dev/null 2>&1") import scraperwiki set_status_and_exit('clean-slate', 'error', 'No user set') sys.exit()
Reply to this email directly or view it on GitHub: https://github.com/scraperwiki/twitter-follows-tool/issues/37#issuecomment-13544478
…using the sqlite3 Python module, I assume (rather than putting both the database reset and the cron reset in an os.exec
call)
Do you mean here? (
get.py
lines 185–189)