Skip to content

Commit

Permalink
Correct logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed Oct 7, 2018
1 parent a793e30 commit e638f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropbox-upload/dropbox_upload/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from . import backup, config, hassio, limit

LOG = logging.getLogger(__name__)
LOG = logging.getLogger("dropbox_upload.__main__")


def main(config_file, sleeper=time.sleep, DropboxAPI=dropbox.Dropbox):
Expand Down

0 comments on commit e638f7a

Please sign in to comment.