mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
Update dependencies and correct issue
This commit is contained in:
parent
e4822cbf70
commit
8a8fc3bd6b
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ class BoswatchPlugin(PluginBase):
|
|||
urls = self.config.get("msg")
|
||||
self._makeRequests(urls)
|
||||
|
||||
def makeRequests(self, urls):
|
||||
def _makeRequests(self, urls):
|
||||
"""Parses wildcard urls and handles asynchronus requests
|
||||
|
||||
@param urls: array of urls"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue