This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Cinabre
/
Telegram-Betaseries
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mise à jour de 'generate_config.py'
master
TheBidouilleur
2 months ago
parent
2eeb92ecfe
commit
f8d36a8461
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
generate_config.py
+ 3
- 1
generate_config.py
View File
@@ -26,7 +26,9 @@ def series():
print("Le fichier watched_series.json a bien ete cree")
def config():
print(sys.argv)
print("Configuration du fichier user_config.json")
print(sys.argv())
if len(sys.argv) != 7 :
print("Il n'y a pas le bon nombre d'argument")
sys.exit()
Write
Preview
Loading…
Cancel
Save