cuter animation
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
# -*- coding: latin-1 -*-
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
@@ -17,7 +18,7 @@ MINSIZE=0
|
|||||||
MIME=magic.open(magic.MAGIC_NONE)
|
MIME=magic.open(magic.MAGIC_NONE)
|
||||||
#MIME=magic.open(magic.MAGIC_MIME)
|
#MIME=magic.open(magic.MAGIC_MIME)
|
||||||
MIME.load()
|
MIME.load()
|
||||||
ANIM=['-','\\','|','/','-','_','_']
|
ANIM=['.','·',"'","'",'·','.','_']
|
||||||
|
|
||||||
def setup_options():
|
def setup_options():
|
||||||
parser=ArgumentParser(description="Maintains the list of images sqlite file")
|
parser=ArgumentParser(description="Maintains the list of images sqlite file")
|
||||||
|
|||||||
Reference in New Issue
Block a user