Fix error in known.py

This commit is contained in:
Phyks 2015-01-02 18:44:19 +01:00
parent 1cd86d9e47
commit 565a5c6557
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def known_api(username, api_key, type, payload):
data=payload,
headers=headers)
if len(sys.arg) < 3:
if len(sys.argv) < 3:
print("Usage: "+sys.argv[0]+" USERNAME API_KEY [file]")
sys.exit()