changed delay on getauxblock error from 1 second to 30 so there's less spam when...
[p2pool.git] / run_p2pool.py
1 #!/usr/bin/env python
2
3 from p2pool import main
4
5 main.run()