Update README.md with updated example configuration

This commit is contained in:
Glitched Panda
2024-11-28 17:29:11 +01:00
committed by GitHub
parent c0fe96c3b5
commit aebd8f0034

View File

@@ -12,5 +12,5 @@ If you want to for example change the language of dlcs the script downloads, you
```
verbose = False # display some debug messages
lang = [ 'all', 'en' ] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th
tier = [ 'all', '100', 'retina', 'iphone', 'ipad', 'ipad3' ] # 25,50,100,retina,iphone,ipad,ipad3
tier = [ 'all', '25', '50', '100', 'retina', 'iphone', 'ipad', 'ipad3' ] # 25,50,100,retina,iphone,ipad,ipad3
```