| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent da150e4 commit c0a7837
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ def __init__( | |||
| 156 | 156 | def add_config_attr(self, config_attr, func): | |
| 157 | 157 | raise NotImplementedError("Config already set on this mapping") | |
| 158 | 158 | ||
| 159 | - def add(self, key, func): | ||
| 159 | + def add(self, key, func, overwrite=False): | ||
| 160 | 160 | raise NotImplementedError("Config already set on this mapping") | |
| 161 | 161 | ||
| 162 | 162 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments