mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 14:59:23 -05:00
Conform to header spec take two
This commit is contained in:
parent
3f1871021e
commit
6311ae8968
@ -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 New Issue
Block a user