Skip to content

Commit

Permalink
Removed old token
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed May 25, 2019
1 parent 3a75783 commit a5f26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion For_my.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def remove_blanks() -> None:
# Backups `data.csv` to Dropbox, in Dropbox/Applications/Formy/
@staticmethod
def backup() -> None:
TOKEN = 'zP2e0gy0rZYAAAAAAACfOjnunR2teBRI_rzdVBOF4gGs-GooYn9tzVJp06ZNYgoW'
TOKEN = '' # Paste your Dropbox token
LOCALFILE = os.path.join(dirname, "data.csv")
BACKUPPATH = '/data.csv'
dbx = dropbox.Dropbox(TOKEN)
Expand Down

0 comments on commit a5f26bb

Please sign in to comment.