Skip to content

Commit 652c7f4

Browse files
committed
compost_rpc.py: Use package name instead of "Compost"
1 parent 6a9d50b commit 652c7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compost_rpc/compost_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@ def run(self):
21042104

21052105

21062106
def main():
2107-
print(f"Compost {__version__}\n")
2107+
print(f"compost_rpc {__version__}\n")
21082108
print(cf.info("Checking optional dependencies:"))
21092109
try:
21102110
import serial

0 commit comments

Comments
 (0)