Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
latentvector committed May 2, 2024
1 parent 8310f74 commit 7b38bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commune/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def rm_server(cls, name, network:str = 'local', **kwargs):

@classmethod
def servers(cls, search=None, network:str = 'local', **kwargs):
namespace = cls.namespace(search=search, network=network)
namespace = cls.namespace(search=search, network=network, **kwargs)
return list(namespace.keys())

@classmethod
Expand Down

0 comments on commit 7b38bec

Please sign in to comment.