fixed dotenv
This commit is contained in:
@@ -5,6 +5,8 @@ import pandas as pd
|
||||
import argparse
|
||||
import os
|
||||
from urlencode import urlencode
|
||||
from dotenv import load_dotenv
|
||||
|
||||
|
||||
XML_BEGIN_RECENT = """<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Torfiles Last 25</title>
|
||||
<link>https://torfiles.fieryeagle.org</link>
|
||||
@@ -22,6 +24,7 @@ XML_BEGIN_LAST = """<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xm
|
||||
|
||||
XML_END = """</channel></rss>"""
|
||||
|
||||
load_dotenv()
|
||||
copyparty_token = os.getenv('COPYPARTY_TOKEN')
|
||||
|
||||
def make_torrent_entry(name, timestamp, category):
|
||||
|
||||
Reference in New Issue
Block a user