From badc2a66e0e91663478793f36a9b208e54593f28 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Thu, 22 Dec 2016 08:57:29 +0200 Subject: [PATCH] cuter animation --- files/file_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/file_list.py b/files/file_list.py index 51b7317..ed7f878 100755 --- a/files/file_list.py +++ b/files/file_list.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: latin-1 -*- import sys import os import re @@ -17,7 +18,7 @@ MINSIZE=0 MIME=magic.open(magic.MAGIC_NONE) #MIME=magic.open(magic.MAGIC_MIME) MIME.load() -ANIM=['-','\\','|','/','-','_','_'] +ANIM=['.','·',"'","'",'·','.','_'] def setup_options(): parser=ArgumentParser(description="Maintains the list of images sqlite file")