Explorar o código

Add default for add_var_c

JoostSijm %!s(int64=6) %!d(string=hai) anos
pai
achega
940d517007
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rival_regions_wrapper/client.py

+ 1 - 1
rival_regions_wrapper/client.py

@@ -265,7 +265,7 @@ class Client:
         }
 
     @session_handler
-    def get(self, path, add_var_c):
+    def get(self, path, add_var_c=False):
         """Send get request to Rival Regions"""
         if path[0] == '/':
             path = path[1:]