Skip to content

Commit

Permalink
README update and add an option that will do something in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Jun 3, 2009
1 parent 61a4f3f commit d63884c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
A NOAA Storm Watch Twitterer
2 changes: 2 additions & 0 deletions stormtweet.py
Expand Up @@ -14,6 +14,8 @@ def main():
op = optparse.OptionParser() op = optparse.OptionParser()
op.add_option("-c", "--config", dest="config", op.add_option("-c", "--config", dest="config",
help="configuration file") help="configuration file")
op.add_option("-i", "--initialize", dest="initialize",
help="Initialize database, don't actually post entries")
(options, args) = op.parse_args() (options, args) = op.parse_args()


if options.config is None: if options.config is None:
Expand Down

0 comments on commit d63884c

Please sign in to comment.