diff options
| author | tassaron | 2017-08-19 18:32:12 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-19 18:32:12 -0400 |
| commit | c07f2426ceeada205fdacbfba66329179a74a1dc (patch) | |
| tree | ff69455b1cec3cff36cf2c4edeae93cd8600649d /src/main.py | |
| parent | 87e762a8aa3fa97a3d43a18c59098b287bb95506 (diff) | |
fixed issues with undoing relative widgets
Diffstat (limited to 'src/main.py')
| -rw-r--r-- | src/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py index c1278da..6d18af3 100644 --- a/src/main.py +++ b/src/main.py @@ -6,7 +6,7 @@ import logging from __init__ import wd -log = logging.getLogger('AVP.Entrypoint') +log = logging.getLogger('AVP.Main') def main(): |
