system-design-primer/solutions/system_design
cclauss 8e8f78b2ce
Undefined name 'value'... Change to 'values' * 3
The function parameter in __reducer(self, key, value):__ is __value__ (without an _s_) but the function body uses __values__ with an _s_ which creates an undefined name.  Solution: change the function parameter from __value__ to __values__.
2018-03-14 13:06:54 +01:00
..
mint Undefined name 'value'... Change to 'values' * 3 2018-03-14 13:06:54 +01:00
pastebin Fix reducer argument in pastebin exercise (#85) 2017-06-13 20:43:11 -04:00
query_cache Update master-slave section anchor (#129) 2018-02-07 19:57:00 -05:00
sales_rank Add sales rank OmniGraffle diagrams 2017-04-02 08:25:47 -04:00
scaling_aws Update master-slave section anchor (#129) 2018-02-07 19:57:00 -05:00
social_graph Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
template Add OmniGraffle base template 2017-04-02 08:21:37 -04:00
twitter Correct Redis list structure in Twitter solution (#116) 2017-12-01 20:55:56 -05:00
web_crawler Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
__init__.py Treat solution subdirectories as containing Python packages (#99) 2017-08-29 20:13:02 -04:00