Sfoglia il codice sorgente

Update emoji.py

master
mirro-chan GitHub 5 anni fa
parent
commit
c312d51e7c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emoji.py

+ 1
- 1
emoji.py Vedi 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…
Annulla
Salva