Fix error when no email can be found

This commit is contained in:
2022-08-27 11:19:28 +01:00
parent d7adffb47f
commit 2c3d83fe9a
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):