Skip to content

Commit 6d50bf1

Browse files
committed
Fixed typo
1 parent 80f1233 commit 6d50bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irclogger/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def init(self, host, port=6667, opts=None):
191191

192192
Logger(
193193
path.join(opts.output, generate_logfile(ircchannel)), "a",
194-
hannel="logger.{0:s}".format(ircchannel)
194+
channel="logger.{0:s}".format(ircchannel)
195195
).register(self)
196196

197197
# Daemon?

0 commit comments

Comments
 (0)