From 3b27a6f43e95d2a1ac45f07d3e72cc240de4de68 Mon Sep 17 00:00:00 2001 From: 8cH9azbsFifZ Date: Sat, 18 Nov 2023 17:47:13 +0100 Subject: [PATCH] fixme --- python/mopp/src/mopp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mopp/src/mopp/__init__.py b/python/mopp/src/mopp/__init__.py index 0643d78..bb0a325 100644 --- a/python/mopp/src/mopp/__init__.py +++ b/python/mopp/src/mopp/__init__.py @@ -30,7 +30,7 @@ def ditlen(wpm): } -def encode(text): +def encode(text): # FIXME: Make a first function to convert character to .- language and a 2nd to convert to 01010 and a final one to convert to mopp binary """takes a string of characters and returns a wordbuffer""" wordbuffer = [] for c in text: