expanded to take more parameters than only name (in the future)

This commit is contained in:
Adrian Charkiewicz 2022-04-19 23:02:24 +02:00
parent 7f57db1606
commit 60b63307ba
2 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
,DESKTOP-QF2J2E3/riraa,DESKTOP-QF2J2E3,19.04.2022 01:25,file:///C:/Users/riraa/AppData/Roaming/LibreOffice/4;

View File

@ -10,7 +10,8 @@ class DST:
# iterate over speech acts
for k, v in userActs['inform'].items():
if k == 'name':
for slot in self.slots:
if slot == k:
self.slots['name'] = v
print(self.slots)