diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-27 04:28:55 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-27 04:28:55 +0200 |
| commit | 81e0cbc034e594c73a38202afc0676b3522c6b46 (patch) | |
| tree | b2485f78cfe1bcdd01f5b44881d5836413e2b7c2 /src_py/hatter/main.py | |
| parent | 4fafac0f069b7f3683fc7369e9bfea1b54438ac3 (diff) | |
WIP server
Diffstat (limited to 'src_py/hatter/main.py')
| -rw-r--r-- | src_py/hatter/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src_py/hatter/main.py b/src_py/hatter/main.py index 53b2032..c0ca225 100644 --- a/src_py/hatter/main.py +++ b/src_py/hatter/main.py @@ -135,7 +135,7 @@ async def async_server(host: str, server = await hatter.server.create(conf, backend) _bind_resource(async_group, server) - for repo in server.get_repos(): + for repo in server.repos: server.sync_repo(repo) ui = await hatter.ui.create(host, port, server) |
