diff options
| author | 2019-09-02 15:03:22 +0100 | |
|---|---|---|
| committer | 2019-09-02 15:03:22 +0100 | |
| commit | 868512fcfd7848d82e48558c213120450821a5eb (patch) | |
| tree | 61aa9e19fa1ce092b46dfb33e5ae8a99f16c5147 | |
| parent | Add ability to prevent users specifying their own dns nameservers (diff) | |
| signature | ||
add --require-config hashflag to location.py
| -rw-r--r-- | modules/location.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/location.py b/modules/location.py index 53c25cf9..9f405383 100644 --- a/modules/location.py +++ b/modules/location.py @@ -1,4 +1,5 @@ #--depends-on config +#--require-config opencagedata-api-key import typing from src import ModuleManager, utils |
