mirror of
https://github.com/JHUAPL/icsfeedparser.git
synced 2026-01-07 20:03:58 -05:00
Added additional files to support stability and error handling
This commit is contained in:
14
error_email_template.html
Normal file
14
error_email_template.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- This file does NOT need to be included when distributing. It is just used to make making make_html() easier -->
|
||||
<head>
|
||||
<div style="text-align: center">
|
||||
<h1 style="color: red">ICSFeedParser Error</h1>
|
||||
</div>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center">
|
||||
<h2 style="font-weight: normal; color: darkred">An error has occurred in ICSFeedParser.</h2>
|
||||
<h2 style="font-weight: normal">Error Message: {error_message}</h2>
|
||||
<h2 style="font-weight: normal">Error from ICSFeedParser script: {error}</h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
5
requirements.in
Normal file
5
requirements.in
Normal file
@@ -0,0 +1,5 @@
|
||||
feedparser
|
||||
requests
|
||||
bs4
|
||||
bleach
|
||||
pip-tools
|
||||
Reference in New Issue
Block a user