Navigation Menu

Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn committed Jul 26, 2012
1 parent 89e2c1e commit afcbcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printer.py
Expand Up @@ -7,7 +7,7 @@

import logging

logger = logger.getLogger(__name__)
logger = logging.getLogger(__name__)

from optparse import OptionParser

Expand Down Expand Up @@ -108,7 +108,7 @@ def sendToPrinter(f):

initSettings()
initPrinter()
logger.warning(printerId_
logger.warning(printerId)
logger.warning(printerDevice)

while(True):
Expand Down

0 comments on commit afcbcd8

Please sign in to comment.