Skip to content

Commit 05ab478

Browse files
committed
channel instead of self.channel
1 parent 27cac5b commit 05ab478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/socialModules/moduleImap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ def moveMails(self, M, msgs, folder):
14701470
if isinstance(msgs, bytes):
14711471
msgs = msgs.decode("ascii")
14721472

1473-
msgLog = f"Copying {len(msgs.split(','))} from {self.channel} messages to {folder}"
1473+
msgLog = f"Copying {len(msgs.split(','))} from {channel} messages to {folder}"
14741474
logMsg(msgLog, 1, False)
14751475
msgLog(f"Msgssss: {msgs} {type(msgs)}")
14761476
logMsg(msgLog, 2, False)

0 commit comments

Comments
 (0)