Skip to content

Commit

Permalink
remove package loading in server.py to fix issue fhamborg#73
Browse files Browse the repository at this point in the history
  • Loading branch information
itaru2622 committed Oct 27, 2022
1 parent 6577387 commit 0670a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Giveme5W1H/examples/extracting/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get_ip():

# Template engine
env = Environment(
loader=PackageLoader('Giveme5W1H.examples', 'Giveme5W1H.extracting'),
autoescape=select_autoescape(['html', 'xml'])
)

Expand Down

0 comments on commit 0670a4e

Please sign in to comment.