We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc2212 commit ce716adCopy full SHA for ce716ad
lib/Kod.py renamed to lib/kod.py
@@ -108,4 +108,4 @@ def get_snippet_theme(self):
108
return random.choice(self.themes_list)
109
except Exception as e:
110
self.write_log(f"An error occurred while getting the theme: {e}")
111
- return "nord"
+ return "nord"
0 commit comments