Skip to content

Commit cfd3efa

Browse files
author
drew
committed
Add text to hours
1 parent c7aa2a4 commit cfd3efa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guide/services/update_hours.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def update_hours_CMS():
2424
h.day_close = value['close']
2525
h.save()
2626

27+
#Write to update table
28+
print "\nLogging update"
29+
2730
u = Update()
2831
u.descrip = 'update_hours'
2932
u.success = True

0 commit comments

Comments
 (0)