[boursorama] type object 'TransferFrequency' has no attribute 'SEMIANNUALLY'

With which module do you encounter problems?

boursorama

Describe the problem you encounter

The module does not load due to the following error:

Paste here the stacktrace or error message you observe

Select a backend to create (q to stop): 21
2022-02-20 21:16:13,826:ERROR:modules:3.1:modules.py:158:load_module type object 'TransferFrequency' has no attribute 'SEMIANNUALLY'
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/woob/core/modules.py", line 152, in load_module
    module = LoadedModule(imp.load_module(module_name, fp, pathname, description))
  File "/usr/lib/python3.8/imp.py", line 244, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.8/imp.py", line 216, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/data/modules/3.1/boursorama/__init__.py", line 22, in <module>
    from .module import BoursoramaModule
  File "/data/modules/3.1/boursorama/module.py", line 42, in <module>
    from .browser import BoursoramaBrowser
  File "/data/modules/3.1/boursorama/browser.py", line 67, in <module>
    from .transfer_pages import TransferListPage, TransferInfoPage
  File "/data/modules/3.1/boursorama/transfer_pages.py", line 108, in <module>
    class TransferInfoPage(LoggedPage, HTMLPage):
  File "/data/modules/3.1/boursorama/transfer_pages.py", line 115, in TransferInfoPage
    class fill_periodic_transfer(ItemElement):
  File "/data/modules/3.1/boursorama/transfer_pages.py", line 120, in fill_periodic_transfer
    'Semestrielle': TransferFrequency.SEMIANNUALLY,
AttributeError: type object 'TransferFrequency' has no attribute 'SEMIANNUALLY'
Unable to load module "boursorama": type object 'TransferFrequency' has no attribute 'SEMIANNUALLY'
2022-02-20 21:16:13,831:INFO:root:3.1:base.py:301:load_backends No backend loaded

What woob version are you using?

Output of woob config --version command:

$ woob config --version
Woob config v3.1 Copyright(C) 2010-2022 Christophe Benz, Romain Bignon

What module version are you using?

Output of woob config info MODULE_NAME command:

$ woob config info boursorama
.------------------------------------------------------------------------------.
| Module boursorama                                                            |
+-----------------.------------------------------------------------------------'
| Version         | 202202182006
| Maintainer      | Gabriel Kerneis <gabriel@kerneis.info>
| License         | LGPLv3+
| Description     | Boursorama
| Capabilities    | CapBankTransfer, CapProfile, CapContact, CapCurrencyRate, CapBank, CapCollection, CapTransfer, CapBankWealth, CapDocument, CapBankTransferAddRecipient
| Installed       | no
| Location        | https://updates.woob.tech/3.1/main/boursorama.tar.gz
'-----------------'

How did you install woob?

pip

Additional info you'd like to mention