Skip to content

Commit 9845717

Browse files
committed
Disabling ODB until there is a good solution for scraping the page
1 parent 4d038e3 commit 9845717

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dailydevo/dailydevo_modules.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
from dailydevo import mcheyne_hooks, mcheyne_actions
66
from dailydevo import cac_hooks, cac_actions
77
from dailydevo import desiringgod_hooks, desiringgod_actions
8-
from dailydevo import odb_hooks, odb_actions
8+
# from dailydevo import odb_hooks, odb_actions
99

1010

1111
def get_actions():
1212
return mcheyne_actions.get() + \
1313
djbr_actions.get() + \
1414
desiringgod_actions.get() + \
15-
cac_actions.get() + \
16-
odb_actions.get()
15+
cac_actions.get()
16+
# + odb_actions.get()
1717

1818

1919
def get_hooks():
2020
return mcheyne_hooks.get() + \
2121
djbr_hooks.get() + \
22-
desiringgod_hooks.get() + \
23-
odb_hooks.get()
22+
desiringgod_hooks.get()
23+
# + odb_hooks.get()

0 commit comments

Comments
 (0)