Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1425 from tomasAlabes/development
Browse files Browse the repository at this point in the history
config checkpoint folder not right
  • Loading branch information
bruvv authored Apr 13, 2020
2 parents 498aeb2 + 65f9740 commit 8e6fc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instabot/bot/bot_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pickle
from datetime import datetime

CHECKPOINT_PATH = "config/{fname}.checkpoint"
CHECKPOINT_PATH = "{fname}.checkpoint"


class Checkpoint(object):
Expand Down

0 comments on commit 8e6fc22

Please sign in to comment.