Skip to content

Commit e61414a

Browse files
author
MoxFulder
committed
quotes fix
added config to gitignore
1 parent 23b7646 commit e61414a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ ENV/
8989
.ropeproject
9090

9191
\.remote-sync\.json
92+
/foe/config/foe.yml

foe/models/account.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def fetch(self):
8484

8585
def populate(self, *args, **kwargs):
8686
"""
87+
"""
8788

8889
user = kwargs.pop('user_data')
8990
social = kwargs.pop('socialbar_list')

0 commit comments

Comments
 (0)