File tree Expand file tree Collapse file tree
docs/source/UserGuides/Miscellaneous Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,7 +187,8 @@ def from_server_object(param):
187187
188188 def __str__ (self ):
189189 return str (dict (upload_kbps = self .upload , download_kbps = self .download ,
190- start = self .schedule .start , end = self .schedule .end , days = [day_of_week (day ) for day in self .schedule .days ]))
190+ start = self .schedule .start , end = self .schedule .end ,
191+ days = [day_of_week (day ) for day in self .schedule .days or list (range (0 , 7 ))]))
191192
192193
193194class ThrottlingRuleBuilder :
Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ Changelog
442.20.15
55-------
66
7+ Improvements
8+ ^^^^^^^^^^^^
9+
10+ * Support retrieving, adding, and removing Edge Filer hosts file entries
11+
712Bug Fixes
813^^^^^^^^^
914
1015* Fixed a documentation error related to deleting and undeleting Team Portal tenants.
16+ * Fixed an error when printing Edge Filer throttling policy rules set to "Every Day".
1117
1218Related issues and pull requests on GitHub: `#306 <https://github.com/ctera/ctera-python-sdk/pull/306 >`_,
13- `#307 <https://github.com/ctera/ctera-python-sdk/pull/307 >`_
19+ `#307 <https://github.com/ctera/ctera-python-sdk/pull/307 >`_,
20+ `#308 <https://github.com/ctera/ctera-python-sdk/pull/308 >`_
1421
1522
16232.20.14
You can’t perform that action at this time.
0 commit comments