diff --git a/make_movie.py b/make_movie.py index 851f18c..a511642 100644 --- a/make_movie.py +++ b/make_movie.py @@ -32,8 +32,6 @@ def distance(obj_1, obj_2): else: df = pd.read_csv('catalogue/'+os.listdir('catalogue')[0])[0:N] if args.downloading == 1: - download = input('Paste here your url where to find the fits file: ') - fits_download = True Movie = MovieMaker(fits_download=True, imsize=0.4,#defaul imsize framerate=FRAMERATE)