Browse Source

Add default for add_var_c

JoostSijm 6 years ago
parent
commit
940d517007
1 changed files with 1 additions and 1 deletions
  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:]