mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Fixed a formatting error in the twisted setup string for Windows.
This commit is contained in:
parent
4b56d5a3a4
commit
4977153de2
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ if os.name == 'nt':
|
|||
created for you. This is a simple batch file that tries to call
|
||||
the twisted executable. Evennia determined this to be:
|
||||
|
||||
%{twistd_path}s
|
||||
%(twistd_path)s
|
||||
|
||||
If you run into errors at startup you might need to edit
|
||||
twistd.bat to point to the actual location of the Twisted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue