diff --git a/gertty/sync.py b/gertty/sync.py index 36f76e8..59b9019 100644 --- a/gertty/sync.py +++ b/gertty/sync.py @@ -24,7 +24,10 @@ import Queue import datetime import dateutil.parser -import ordereddict +try: + import ordereddict +except: + pass import requests HIGH_PRIORITY=0