Skip to content

Commit

Permalink
Commenting this out
Browse files Browse the repository at this point in the history
  • Loading branch information
smaysenhalder authored Nov 8, 2024
1 parent 66702ea commit 8a66bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mediabridge/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from data_processing.wiki_to_netflix import process_data, insert_into_mongo

q = wiki_to_netflix.format_sparql_query('The Room', 2003)
print(q)
#q = wiki_to_netflix.format_sparql_query('The Room', 2003)
#print(q)

if __name__ == '__main__':
test = len(sys.argv) < 2 or sys.argv[1] != '--prod'
Expand Down

0 comments on commit 8a66bcf

Please sign in to comment.