Skip to content

Commit 880fc66

Browse files
committed
code simplified
1 parent be62686 commit 880fc66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rRpg

+1-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ def main(argv):
5454
password = args.password
5555

5656
try:
57-
rpg.init(
58-
world,
59-
login,
60-
password,
61-
[s for s in args.action]
62-
)
57+
rpg.init(world, login, password, args.action)
6358
except KeyboardInterrupt:
6459
print("")
6560
return

0 commit comments

Comments
 (0)