From eb7a4ff4e1ec4f982a3f619b8c5a861a37c8bf71 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 30 Jul 2017 14:05:59 +0200 Subject: [PATCH] After renaming file needed to rename in script also --- term_weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/term_weather.py b/term_weather.py index 3cc744e..b13ac0f 100755 --- a/term_weather.py +++ b/term_weather.py @@ -3,7 +3,7 @@ # @Author: KevinMidboe # @Date: 2017-07-27 21:26:53 # @Last Modified by: KevinMidboe -# @Last Modified time: 2017-07-30 13:16:18 +# @Last Modified time: 2017-07-30 14:05:28 # TODO LIST # Get coordinates from IP ✔ @@ -22,7 +22,7 @@ from pprint import pprint from sys import stdout from emojiParser import EmojiParser -from waiting_animation import LoadingAnimation +from loadingAnimation import LoadingAnimation class Location(object):