Changeset 794b5c2 in flowtimer
- Timestamp:
- 08/29/24 19:23:23 (9 months ago)
- Branches:
- guix
- Children:
- 0384305
- Parents:
- 89b0616
- Location:
- flowtimer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
flowtimer/configs/colors.json
r89b0616 r794b5c2 1 1 { 2 "color_ list": [2 "color_schemes": [ 3 3 { 4 4 "title": "Completed", -
flowtimer/main.py
r89b0616 r794b5c2 176 176 colors = json.loads(color_file.read()) 177 177 print(e) 178 return colors.get('color_ list', [])178 return colors.get('color_schemes', []) 179 179 180 180 def change_config(self, json_string):
Note:
See TracChangeset
for help on using the changeset viewer.