1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-25 06:37:29 +00:00

Removed redundancy

This commit is contained in:
Myned 2017-11-19 23:33:10 -05:00
parent 02488d3378
commit 5357de24b3

View file

@ -52,9 +52,6 @@ class MsG:
# self.updating = True # self.updating = True
# self.bot.loop.create_task(self._update_suggested()) # self.bot.loop.create_task(self._update_suggested())
# async def get_post(self, channel):
# post_request = await u.fetch('https://e621.net/post/index.json', json=True)
#
async def _update_suggested(self): async def _update_suggested(self):
while self.updating: while self.updating:
print('Checking for tag updates...') print('Checking for tag updates...')