mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
fixed string formatting in final output
This commit is contained in:
parent
b71787b702
commit
9f8db6e909
@ -581,4 +581,4 @@ if __name__ == '__main__':
|
|||||||
myPrint("""All done! Your new bot script is %s. If you're running a *nix,
|
myPrint("""All done! Your new bot script is %s. If you're running a *nix,
|
||||||
you can start your bot script with the command line "./%s". If you're not
|
you can start your bot script with the command line "./%s". If you're not
|
||||||
running a *nix or similar machine, you'll just have to start it like you
|
running a *nix or similar machine, you'll just have to start it like you
|
||||||
start all your other Python scripts.""")
|
start all your other Python scripts.""" % (filename, filename))
|
||||||
|
Loading…
Reference in New Issue
Block a user