Skip to content

Commit

Permalink
down mggs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabubellon committed Oct 17, 2021
1 parent 2b68c29 commit fe1c676
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,6 @@ cython_debug/
.ionide

# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
.DS_Store
.DS_Store

json/
10 changes: 5 additions & 5 deletions pybr2021/cogs/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ def __init__(self,bot):
self.alerts_type=["talk","closing","keynote","panel","light"]
self._first_loop=True
self.parse_start_end() #todo async
self.load_events.start()
self.next_events.start()
self.boteco_loop.start()
self.hello_loop.start()
self.first_loop.start()
#self.load_events.start()
#self.next_events.start()
#self.boteco_loop.start()
#self.hello_loop.start()
#self.first_loop.start()


@tasks.loop(minutes=30)
Expand Down

0 comments on commit fe1c676

Please sign in to comment.