Skip to content

Commit 6346196

Browse files
Add and do not ignore missing secret file
1 parent aab5731 commit 6346196

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ train.traineddata.old
165165

166166
mlm2pro_bt_app/
167167
r10_bt_app/
168-
src/bluetooth/mlm2pro_secret.py
168+
# track this file, but use a no-op
169+
# src/bluetooth/mlm2pro_secret.py
169170
nuitka-build/

src/bluetooth/mlm2pro_secret.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class MLM2PROSecret:
2+
3+
@staticmethod
4+
def decrypt(data: str):
5+
return ""

0 commit comments

Comments
 (0)