Skip to content

Commit

Permalink
updating script otuput
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Sep 18, 2024
1 parent 556cd1a commit 65458c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pycinema/scripts/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

# args
database = PYCINEMA_ARG_0
read_filter = PYCINEMA_ARG_1
read_filter = "SELECT * FROM input LIMIT 100"

# reporting
print("discover v" + DISCOVER["VERSION"])
print(" limiting input using query:\'" + read_filter + "\'")
print(" change this by editing input of TableQuery filter")

# filters
CinemaDatabaseReader_0 = pycinema.filters.CinemaDatabaseReader()
Expand Down

0 comments on commit 65458c5

Please sign in to comment.