Fix error when no email can be found

This commit is contained in:
2022-08-27 11:19:28 +01:00
parent 2a2f24f570
commit 2731713ede
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
from json import dumps
import main
from modules import chankeep
from modules import helpers
from json import dumps
class DedupCommand:
def __init__(self, *args):