Skip to content

Commit

Permalink
First attempt at reading e-Sword commentaries
Browse files Browse the repository at this point in the history
  • Loading branch information
RobH123 committed Nov 19, 2017
1 parent 843f865 commit b560602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESwordCommentary.py
Expand Up @@ -55,7 +55,7 @@
ProgNameVersion = '{} v{}'.format( ShortProgName, ProgVersion )
ProgNameVersionDate = '{} {} {}'.format( ProgNameVersion, _("last modified"), LastModifiedDate )

debuggingThisModule = True
debuggingThisModule = False


import logging, os, re
Expand Down

0 comments on commit b560602

Please sign in to comment.