bug fixing

This commit is contained in:
citronneur
2014-07-16 22:51:02 +02:00
parent 36e96c1db5
commit 5f65425095
3 changed files with 8 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ if __name__ == '__main__':
height = 800
try:
opts, args = getopt.getopt(sys.argv[1:], "hu:p:d:w:l")
opts, args = getopt.getopt(sys.argv[1:], "hu:p:d:w:l:")
except getopt.GetoptError:
help()
for opt, arg in opts: