-
Notifications
You must be signed in to change notification settings - Fork 24
Created python program to change desktop wallpaper daily #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR is for the issue #1 |
PythonWallpaperChanger/program.py
Outdated
|
||
except: | ||
print('Server Error !') | ||
path = 'C:\\Users\\Sabi\\Downloads\\m\\pic_dtop\\'+day+'.jpg' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amrs-tech How can someone else access your files? Add them in the repo and update the links. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DipanshKhandelwal Sorry for the mistakes. Thanks, I'll correct it.
I've updated the file. Please take a look and review it |
@amrs-tech Please squash the commits. Thanks |
I'm not using Git. I'm doing in GitHub website only. So I couldn't find options to squash the commits. Sorry. |
|
||
except: | ||
print('Server Error !') | ||
def get_download_path: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the code inserted
No description provided.