mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +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 (
|
return (
|
||||||
"Synapse/%s/(%s)" % (
|
"Synapse/%s (%s)" % (
|
||||||
synapse.__version__, git_version,
|
synapse.__version__, git_version,
|
||||||
)
|
)
|
||||||
).encode("ascii")
|
).encode("ascii")
|
||||||
|
|
Loading…
Reference in a new issue