Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
otseng committed Nov 1, 2024
1 parent e93be23 commit cab0782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ uniquebible/htmlResources/images/[A-Z]*/*
uniquebible/htmlResources/images/qrcode.png
**/.DS_Store
nohup.out
/Perimeter\ Worship\ Songs
uniquebible/Perimeter\ Worship\ Songs
/Personal
uniquebible/htmlResources/main-*.html
uniquebible/htmlResources/lib/pdfjs-2.7.570-dist/web/*.pdf
Expand Down
2 changes: 1 addition & 1 deletion uniquebible/util/ShortcutUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def readShorcutFile(name=None):

@staticmethod
def loadShortcutFile(name=None):
import uniquebible.shortcut
import uniquebible.shortcut as shortcut
customShortcuts = ShortcutUtil.readShorcutFile(name)
for key in customShortcuts.keys():
action = customShortcuts[key]
Expand Down

0 comments on commit cab0782

Please sign in to comment.