mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Conform to header spec take two
This commit is contained in:
parent
3f1871021e
commit
6311ae8968
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def get_version_string():
|
|||
)
|
||||
|
||||
return (
|
||||
"Synapse/%s/(%s)" % (
|
||||
"Synapse/%s (%s)" % (
|
||||
synapse.__version__, git_version,
|
||||
)
|
||||
).encode("ascii")
|
||||
|
|
Loading…
Reference in a new issue