Skip to content

Commit

Permalink
Added release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick authored and Rick committed Apr 19, 2020
1 parent 8655416 commit ae3c949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PlexAniSync.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import anilist
import plexmodule

__version__ = "1.2.0"

# Logger settings
log_filename = 'PlexAniSync.log'
logger = logging.getLogger('PlexAniSync')
Expand Down Expand Up @@ -101,6 +103,9 @@ def read_custom_mappings(mapping_file):


def start():
logger.info(
"PlexAniSync - version: %s" % (__version__))

if ANILIST_SKIP_UPDATE == 'true':
logger.warning(
'AniList skip list update enabled in settings, will match but NOT update your list')
Expand Down

0 comments on commit ae3c949

Please sign in to comment.