Fixed inconsistent quotes

pull/735/head
pyghost 4 years ago committed by GitHub
parent 6a723233a7
commit 96260176bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -492,7 +492,7 @@ def main():
help="Browse to all results on default browser.")
parser.add_argument("--local", "-l",
action='store_true', default=None,
action="store_true", default=None,
help="Forces the use of the local data.json file.")
args = parser.parse_args()

Loading…
Cancel
Save