cuter animation
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user