fix: add missing import os for environ access
This commit is contained in:
parent
11d2b44195
commit
76727807a7
@ -10,6 +10,7 @@ Single-file CLI for running NewsArchiver with multiple modes:
|
|||||||
import argparse
|
import argparse
|
||||||
import atexit
|
import atexit
|
||||||
import logging
|
import logging
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user