diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-24 16:11:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-24 16:11:49 -0700 |
commit | ecfc0bae97919a88b22145415cb54e3cc170eec2 (patch) | |
tree | 66278ae2becf2051a0873b88ca427c460bed123f /run.py | |
parent | 90303b0d15d51ec51b501db8ba61c11dd78ff522 (diff) | |
download | fatcat-ecfc0bae97919a88b22145415cb54e3cc170eec2.tar.gz fatcat-ecfc0bae97919a88b22145415cb54e3cc170eec2.zip |
wire up debug toolbar (cool!)
Diffstat (limited to 'run.py')
-rwxr-xr-x | run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ def main(): parser = argparse.ArgumentParser() parser.add_argument('--debug', action='store_true', - help="enable debugging interface") + help="enable debugging interface (note: not for everything)") parser.add_argument('--host', default="127.0.0.1", help="listen on this host/IP") |