mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 14:55:35 -04:00
added usage to setting.txt display
This commit is contained in:
parent
0cbaf7b9af
commit
4209dc2cbd
@ -3,6 +3,9 @@
|
||||
import sys, Wii
|
||||
|
||||
def main():
|
||||
if len(sys.argv) == 1:
|
||||
print "python display_setting_txt.py <setting.txt>"
|
||||
exit(1)
|
||||
settings = Wii.CONF(sys.argv[1])
|
||||
print settings.getKeysName()
|
||||
for x in settings.getKeysName():
|
||||
|
Loading…
Reference in New Issue
Block a user