Don’t allow the !j/py!jd snippets to clash
- ID
715bad0- date
2024-04-25 12:59:45+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
bab037e- message
Don't allow the !j/py!jd snippets to clash- changed files
1 file, 1 addition, 1 deletion
Changed files
create_snippets.py (7357) → create_snippets.py (7357)
diff --git a/create_snippets.py b/create_snippets.py
index ace8ab0..383872a 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -225,7 +225,7 @@ SNIPPETS = {
"py!aws": read("get_boto3_session.py"),
"py!dy": read("list_dynamodb_rows.py"),
"py!h": read("create_hash.py"),
- "py!jd": read("datetime_encoder.py"),
+ "py!de": read("datetime_encoder.py"),
"py!pth": read("get_file_paths.py"),
"py!pd": read("get_directories.py"),
"py!sec": read("get_secrets_manager_secret.py"),