nevermind! micro doesnt easily display keybinds

This commit is contained in:
nebula 2025-04-24 06:08:29 +00:00
parent de43211243
commit 35621f169f

View File

@ -24,7 +24,7 @@ except FileExistsError:
try: try:
editor = os.environ["EDITOR"] editor = os.environ["EDITOR"]
except KeyError: except KeyError:
editor = "micro" editor = "nano"
def create_post(body): def create_post(body):
with open(f"{home}/{time_ns()}", "w", encoding="UTF-8") as f: with open(f"{home}/{time_ns()}", "w", encoding="UTF-8") as f: