Commit 2f2493ea authored by Andreas Heine's avatar Andreas Heine Committed by oroulet

fix typo

parent 1c8fdc9f
......@@ -112,7 +112,7 @@ class Server:
await self.set_build_info(self.product_uri, self.manufacturer_name, self.name, "1.0pre", "0", datetime.now())
async def set_build_info(self, product_uri, manufacturer_name, product_name, software_version,
build_number, build_date=):
build_number, build_date):
if not all(isinstance(arg, str) for arg in [
product_uri,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment