diff options
Diffstat (limited to 'libbe/command/serve_storage.py')
-rw-r--r-- | libbe/command/serve_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index 966c932..70f8fff 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -71,7 +71,7 @@ class ServerApp (libbe.util.wsgi.WSGI_AppObject, The GET and HEAD requests are identical except that the HEAD request omits the actual content of the file. """ - server_version = "BE-server/" + libbe.version.version() + server_version = 'BE-storage-server/' + libbe.version.version() def __init__(self, storage=None, notify=False, **kwargs): super(ServerApp, self).__init__( |