diff --git a/modules/lcl/module.py b/modules/lcl/module.py index d18ac52a6b90f43258056b3404214d437d748b20..8e102f08baa60562ddf4a355a06f5dbc0c613d5f 100644 --- a/modules/lcl/module.py +++ b/modules/lcl/module.py @@ -145,7 +145,7 @@ def execute_transfer(self, transfer, **params): return self.browser.execute_transfer(transfer) def transfer_check_label(self, old, new): - old = re.sub(r"[/<\?='!\+:]", '', old).strip() + old = re.sub(r"[/<\?='!\+:#]", '', old).strip() old = old.encode('latin-1', errors='replace').decode('latin-1') # if no reason given, the site changes the label if not old and ("INTERNET-FAVEUR" in new):