Browse Source

Update emoji.py

master
mirro-chan GitHub 5 years ago
parent
commit
c312d51e7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emoji.py

+ 1
- 1
emoji.py View File

@@ -46,7 +46,7 @@ def main():
instance_url = None
try:
instance_url = sys.argv[1]
except KeyError:
except IndexError:
print("You need to specify a url.")
exit(0)
api_url = treat_url(instance_url)


Loading…
Cancel
Save