Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzz465 committed Mar 19, 2019
1 parent 22d24c9 commit c2e5829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Expand Up @@ -111,8 +111,8 @@
log2.info(x.MODname)
sleep(0.05)

nMods = Modmanager.Mod.list2 + Modmanager.Mod.list4
if nMods != []:
nMods = Modmanager.Mod.list2 + Modmanager.Mod.list4 #should move to ModManager class method
if nMods != []:#should
log_upload = 'missing mod in DB'
log2.info('Missing mode in DB (need manual activation)\n')
log2.info('---LOG START---')
Expand All @@ -124,7 +124,7 @@
sleep(1)
log.info('The above log will be sent to the server if you want.')
log.info('Help the developer improve the program by uploading a DB')
log.info('log will collect :\n {}'.format(logcollect)) #let users know what data will be upload to github gist.
print('log will collect :\n {}'.format(logcollect)) #let users know what data will be upload to github gist.

while True:
a = input('upload it? Y/N > ')
Expand Down

0 comments on commit c2e5829

Please sign in to comment.