use with open to load config files #37

Closed
opened 2022-10-12 22:19:07 -05:00 by jonbranan · 0 comments
jonbranan commented 2022-10-12 22:19:07 -05:00 (Migrated from github.com)
        with open('./config.json') as c:
            self.config = load(c)
``` with open('./config.json') as c: self.config = load(c) ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jblu/qbit-maid#37
No description provided.