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

Commit

Permalink
config checkpoint folder not right
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Apr 12, 2020
1 parent 498aeb2 commit 65f9740
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 65f9740

Please sign in to comment.