mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use space not dash as delimiter
This commit is contained in:
parent
287c81abf3
commit
e0b466bcfd
@ -69,7 +69,7 @@ class SimpleHttpClient(object):
|
||||
)
|
||||
self.user_agent = hs.version_string
|
||||
if hs.config.user_agent_suffix:
|
||||
self.user_agent += " - " + hs.config.user_agent_suffix
|
||||
self.user_agent += " " + hs.config.user_agent_suffix
|
||||
|
||||
def request(self, method, uri, *args, **kwargs):
|
||||
# A small wrapper around self.agent.request() so we can easily attach
|
||||
|
Loading…
Reference in New Issue
Block a user