Skip to content

Commit

Permalink
edited readme for new path structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Apr 27, 2024
1 parent 9f8fe1e commit aca4b64
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 164 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Social Media Scheduler is an application that allows users to schedule and m
5. Start local tkinter management application:

```bash
python gui/__init__.py
python manage.py
```

## Usage
Expand Down
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
DefaultSettings:
database_path: database_jay.sqlite3
database_path: database_default.sqlite3
mode: local
photo_path: C:/users/rkerrigan/pictures
photo_path: C:/users/user/pictures
default_photo_time: "7:00:00 AM"
video_path: C:/users/rkerrigan/videos
video_path: C:/users/user/videos
default_video_time: "7:00:00 AM"
timezone: "US/Pacific"
current_user: '1'
6 changes: 3 additions & 3 deletions gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def save_settings():

settings_popup.grab_set()
settings_popup.wait_window(settings_popup)

select_user()

root.mainloop()
def create_app():
select_user()
root.mainloop()
Loading

0 comments on commit aca4b64

Please sign in to comment.