mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
Update ICDObserver.py
deleted exceptions for C64 and P20
This commit is contained in:
@@ -15,8 +15,6 @@ class ICDObserver(PrivMsgObserverPrototype):
|
||||
return None
|
||||
|
||||
def get_icd(self, code):
|
||||
if code == "C64" or code == "P20":
|
||||
return ""
|
||||
icd10_codes = open('care_icd10_de.csv', 'r',encoding='utf8')
|
||||
icd10 = csv.reader(icd10_codes, delimiter=';', quotechar='"')
|
||||
for row in icd10:
|
||||
|
||||
Reference in New Issue
Block a user