aboutsummaryrefslogtreecommitdiff
path: root/planetwars-client
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-11-03 21:49:45 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-11-03 21:49:45 +0100
commit698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd (patch)
tree670b5f25b776f180f54cbb8a16f00bbce808b374 /planetwars-client
parentb1f8062b85ee739e9efb32cbdfde205faaf297d8 (diff)
downloadplanetwars.dev-698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd.tar.xz
planetwars.dev-698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd.zip
add logo and page titles
Diffstat (limited to 'planetwars-client')
-rw-r--r--planetwars-client/simplebot.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/planetwars-client/simplebot.toml b/planetwars-client/simplebot.toml
index dfee25c..9966ce0 100644
--- a/planetwars-client/simplebot.toml
+++ b/planetwars-client/simplebot.toml
@@ -1,2 +1,2 @@
-name = "simplebot"
-command = ["python", "../simplebot/simplebot.py"]
+command = "python simplebot.py"
+working_directory = "../simplebot"