mirror of
https://github.com/status-im/research.git
synced 2025-01-13 00:24:08 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
import casper
|
|
import sys
|
|
|
|
casper.logging_level = int(sys.argv[1]) if len(sys.argv) > 1 else 0
|
|
casper.run(50000)
|