You've already forked akaunting-py
Removed wrongly added scratch file ;)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
def MergeDict(dict1, dict2):
|
||||
dict2.update(dict1)
|
||||
return dict2
|
||||
|
||||
dict1 = {'company_id': 1}
|
||||
dict2 = {'page':1, 'limit': 25}
|
||||
|
||||
Reference in New Issue
Block a user