nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

Fix syntax error by adding missing closing parenthesis #22

Closed LukeWoodward closed 3 years ago

LukeWoodward commented 3 years ago

It seems in the most recent version of Pyrebase a syntax error was introduced into the code, caused by a missing closing parenthesis. This was pointed out in a Stack Overflow question. This PR fixes it.

nhorvath commented 3 years ago

Thanks!