Skip to content

Commit

Permalink
Removed some development limits (90 clips only)
Browse files Browse the repository at this point in the history
  • Loading branch information
twkrol committed Jun 25, 2020
1 parent c1db50f commit c795e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import progress

appname = "Notion Clippings"
version = "1.0.0"
version = "1.0.1"

#Configuration load
config = configparser.ConfigParser()
Expand Down Expand Up @@ -107,7 +107,7 @@ def clipExists(clips, row):


#Development only: used to trim clippings size to a reasonable level for testing
clips = clips[:90]
# clips = clips[:90]

#Iterate Notion collection (rows)
print(f"Comparing items")
Expand Down

0 comments on commit c795e3a

Please sign in to comment.