rosenpin / i3-agenda

Show your next google calendar event in polybar, swiftbar, i3-bar, simple-bar, bitbar or any other bar with custom scripts support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashes if .i3agenda dir doesn't exist when trying to read pickle file

rosenpin opened this issue · comments

We get a file not found error because the CONF_DIR doesn't exist

This line

with open(TMP_TOKEN, "wb") as token:

If the path doesn't exist, it should be created (mkdir $CONF_DIR)