Bläddra i källkod

Mise à jour de 'generate_config.py'

master
TheBidouilleur 2 månader sedan
förälder
incheckning
7c14e6a539
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      generate_config.py

+ 1
- 1
generate_config.py Visa fil

@@ -23,7 +23,7 @@ def series():
with open('watched_series.json', 'w') as json_file: with open('watched_series.json', 'w') as json_file:
config = json.dump(series, json_file) config = json.dump(series, json_file)


print("Le fichier watched_series.json a bien été cree")
print("Le fichier watched_series.json a bien ete cree")


def config(): def config():
if len(sys.argv) != 7 : if len(sys.argv) != 7 :


Laddar…
Avbryt
Spara