Skip to content

Commit

Permalink
changed method call to new method name
Browse files Browse the repository at this point in the history
  • Loading branch information
akai-katto committed Dec 28, 2019
1 parent d452a71 commit b1f2342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dandere2xlib/core/plugins/correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import logging

from dandere2xlib.utils.dandere2x_utils import get_list_from_file
from dandere2xlib.utils.dandere2x_utils import get_list_from_file_wait
from wrappers.frame.frame import DisplacementVector
from wrappers.frame.frame import Frame

Expand Down Expand Up @@ -56,7 +56,7 @@ def main():

frame_base = Frame()
frame_base.load_from_string("C:\\Users\\windwoz\\Desktop\\image_research\\shelter\\merged2x.jpg")
list_predictive = get_list_from_file("C:\\Users\\windwoz\\Desktop\\image_research\\shelter\\correction.txt")
list_predictive = get_list_from_file_wait("C:\\Users\\windwoz\\Desktop\\image_research\\shelter\\correction.txt")
out_location = ("C:\\Users\\windwoz\\Desktop\\image_research\\shelter\\new_correction.jpg")

correct_image(block_size, scale_factor, frame_base, list_predictive, out_location)
Expand Down

0 comments on commit b1f2342

Please sign in to comment.