Update backend.py

This commit is contained in:
Lukas Baumann 2020-12-03 02:47:53 +01:00 committed by GitHub
parent af890a3857
commit 3341f89d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,15 +42,6 @@ class MyProgressBar():
def del_file(path, Seconds=10):
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()
for i in reddit.subreddit("wallpaper").hot(limit = 1000):
@ -115,4 +106,4 @@ try:
except NoImage:
print("Error: Url doesn't point to an Image")
except Exception as E:
print("Error: " + type(E).__name__)
print("Error: " + type(E).__name__)