Commit 68b6e4e
committed
Change request to copy _requestDict in getResponse()
The fix I implemented was not coying the dictionary, so making a
request rewrote the model in the dictionary and broke the code. The
change fixes that and it is working properly.
The only thing left to fix is how the software interacts with the API
key. Right now it can't set the API variable so I'll have to create
another method.1 parent 90c8f63 commit 68b6e4e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments