Correct imports
This commit is contained in:
parent
c023427bf6
commit
c6a4592ec9
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
'''
|
'''
|
||||||
Class to generate a csv file based on data fetched via Discourse REST API
|
Class to generate a csv file based on data fetched via Discourse REST API
|
||||||
'''
|
'''
|
||||||
import requests
|
import os
|
||||||
import json
|
|
||||||
import csv
|
import csv
|
||||||
|
import json
|
||||||
|
import requests
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
DISCOURSE_URL = "https://kb.hs3.pl" # Database is hosted here
|
DISCOURSE_URL = "https://kb.hs3.pl" # Database is hosted here
|
||||||
CATEGORY_ID = 9 # Database category ID
|
CATEGORY_ID = 9 # Database category ID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue