Update backend.py
This commit is contained in:
parent
af890a3857
commit
3341f89d33
11
backend.py
11
backend.py
@ -42,15 +42,6 @@ class MyProgressBar():
|
|||||||
|
|
||||||
def del_file(path, Seconds=10):
|
def del_file(path, Seconds=10):
|
||||||
Popen("powershell.exe Sleep(" + str(Seconds) + "); Remove-Item .\\Images\\" + path, shell=True, creationflags=CREATE_NEW_CONSOLE)
|
Popen("powershell.exe Sleep(" + str(Seconds) + "); Remove-Item .\\Images\\" + path, shell=True, creationflags=CREATE_NEW_CONSOLE)
|
||||||
# global intrvl
|
|
||||||
# if int(open(CONFIG, "r").read().split()[2]):
|
|
||||||
# _thread.start_new_thread ( system, tuple(["powershell -WindowStyle Hidden \"Sleep(" + str(Seconds) + "); Remove-Item .\\Images\\" + path + "\""]))
|
|
||||||
# else:
|
|
||||||
# if int(open(CONFIG, "r").read().split()[3]):
|
|
||||||
# if intrvl < 3:
|
|
||||||
# intrvl = 3
|
|
||||||
# else:
|
|
||||||
# _thread.start_new_thread ( system, tuple(["start powershell -WindowStyle Hidden \"Sleep(" + str(Seconds) + "); Remove-Item .\\Images\\" + path + "\""]))
|
|
||||||
|
|
||||||
posts = open(".history", "r").read()
|
posts = open(".history", "r").read()
|
||||||
for i in reddit.subreddit("wallpaper").hot(limit = 1000):
|
for i in reddit.subreddit("wallpaper").hot(limit = 1000):
|
||||||
@ -115,4 +106,4 @@ try:
|
|||||||
except NoImage:
|
except NoImage:
|
||||||
print("Error: Url doesn't point to an Image")
|
print("Error: Url doesn't point to an Image")
|
||||||
except Exception as E:
|
except Exception as E:
|
||||||
print("Error: " + type(E).__name__)
|
print("Error: " + type(E).__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user