Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 31, 2023
1 parent 910079c commit ad9d607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9-slim

# Install ffmpeg and yamllint
# Install ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg && \
rm -rf /var/lib/apt/lists/*
Expand Down
3 changes: 1 addition & 2 deletions rss_generator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import argparse
import sys
import xml.etree.ElementTree as ET
from datetime import datetime
from email.utils import format_datetime
import argparse

import markdown
import requests
Expand Down

0 comments on commit ad9d607

Please sign in to comment.