Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

updated youtube_utils.py #1015

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ipython-genutils==0.2.0
isodate==0.5.4
jdcal==1.3
Mezzanine==4.1.0
MySQL-python==1.2.3
#MySQL-python==1.2.3
sujit22993 marked this conversation as resolved.
Show resolved Hide resolved
newrelic==2.82.0.62
numpy==1.12.0
oauth2==1.5.211
Expand Down
4 changes: 2 additions & 2 deletions social_website/management/commands/sync_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def only_offline(self):

def only_online(self):
refresh_online_stats()
refresh_collection_partner_stats()
setup_elastic_search()
# refresh_collection_partner_stats()
# setup_elastic_search()
sujit22993 marked this conversation as resolved.
Show resolved Hide resolved

def fast(self):
sync_with_serverlog()
Expand Down