cuter animation

This commit is contained in:
Ville Rantanen
2016-12-22 08:57:29 +02:00
parent 6b57aadf88
commit badc2a66e0

View File

@@ -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")