|
|
@@ -28,7 +28,7 @@ def series(): |
|
|
def config(): |
|
|
def config(): |
|
|
|
|
|
|
|
|
print("Configuration du fichier user_config.json") |
|
|
print("Configuration du fichier user_config.json") |
|
|
print(sys.argv()) |
|
|
|
|
|
|
|
|
print(sys.argv) |
|
|
|
|
|
|
|
|
if len(sys.argv) != 7 : |
|
|
if len(sys.argv) != 7 : |
|
|
print("Il n'y a pas le bon nombre d'argument") |
|
|
print("Il n'y a pas le bon nombre d'argument") |
|
|
|