[clipit] Settings

This commit is contained in:
2021-08-04 10:33:18 -06:00
parent 530e918b4f
commit 906ac0ccf8
2 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,9 @@ import os
import struct
clipit_history_file = os.path.join(appdirs.user_data_dir(), "clipit/history")
clipit_history_file = os.path.join(
appdirs.user_data_dir(), "clipit/history",
)
def get_clipit_history(filename):