mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-20 12:36:24 +02:00
Add cache argument for server command.
This commit is contained in:
parent
be0420b53d
commit
0f7665d3fd
3 changed files with 17 additions and 3 deletions
|
@ -226,7 +226,7 @@ if __name__ == "__main__":
|
|||
elif options.command == "element":
|
||||
draw_element(options)
|
||||
elif options.command == "server":
|
||||
server.ui()
|
||||
server.ui(options)
|
||||
elif options.command == "taginfo":
|
||||
from roentgen.taginfo import write_taginfo_project_file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue