Skip to content
Snippets Groups Projects
Commit e9d27f50 authored by ale's avatar ale
Browse files

fix

parent 98b7f66c
Branches
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ def run_deduper(db_url): ...@@ -66,7 +66,7 @@ def run_deduper(db_url):
dedupe_db() dedupe_db()
if __name__ == '__main__': def main():
parser = optparse.OptionParser() parser = optparse.OptionParser()
parser.add_option('--db_url') parser.add_option('--db_url')
daemonize.add_standard_options(parser) daemonize.add_standard_options(parser)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment