Inervo / BedethequeKomga

A Metadata Provider for Komga using Bedetheque
15 stars 2 forks source link

[BUG] SyntaxError: invalid decimal literal #5

Closed Dimen7io closed 1 year ago

Dimen7io commented 1 year ago

Hello , running the script with python 3.11.5 i get

C:\scripts\BedethequeKomga-main>py refreshMetadata.py

Traceback (most recent call last): File "C:\scripts\BedethequeKomga-main\refreshMetadata.py", line 2, in from env import InitEnv File "C:\scripts\BedethequeKomga-main\env.py", line 2, in from config import * File "C:\scripts\BedethequeKomga-main\config.py", line 12 KOMGA_LIBRARY_LIST = [0DG3TJ4SPEQ8Q] # retrieve library value from library URL in Komga. Exemple : ['0D10T0X04WXY9', '0D10GBGK4WJZW'] ^ SyntaxError: invalid decimal

Thank you for your help

Inervo commented 1 year ago

Hi,

Please set your komga library list value between single quote ['VALUE'], as in the examples.

Best regards